mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
e25fda8e9b
|
@ -167,7 +167,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