mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
propperly set status in reject mail
This commit is contained in:
parent
ba44ee14a7
commit
add8c5ae2e
|
@ -181,7 +181,7 @@ if ($_POST["approvalStatus"]==-1){
|
|||
$params = array();
|
||||
$params['name'] = $document->getName();
|
||||
$params['folder_path'] = $folder->getFolderPathPlain();
|
||||
$params['status'] = getOverallStatusText($status);
|
||||
$params['status'] = getOverallStatusText(S_REJECTED);
|
||||
$params['comment'] = $document->getComment();
|
||||
$params['username'] = $user->getFullName();
|
||||
$params['sitename'] = $settings->_siteName;
|
||||
|
|
Loading…
Reference in New Issue
Block a user