mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
fix syntax error
This commit is contained in:
parent
6e46e95702
commit
5261cce10c
|
@ -147,7 +147,7 @@ class SeedDMS_Controller_AddDocument extends SeedDMS_Controller_Common {
|
|||
}
|
||||
}
|
||||
|
||||
if(false ==== $this->callHook('postAddDocument', $document)) {
|
||||
if(false === $this->callHook('postAddDocument', $document)) {
|
||||
if(empty($this->errormsg))
|
||||
$this->errormsg = 'hook_postAddDocument_failed';
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue
Block a user