mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
fix check for new content status
This commit is contained in:
parent
8e3919ae09
commit
6e37e1ded6
|
@ -161,7 +161,7 @@ if($olddocstatus['status'] != $newdocstatus['status']) {
|
|||
}
|
||||
|
||||
// Notify approvers, if necessary.
|
||||
if ($newdocstatus == S_DRAFT_APP) {
|
||||
if ($newdocstatus['status'] == S_DRAFT_APP) {
|
||||
$requestUser = $document->getOwner();
|
||||
|
||||
if($notifier) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user