mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 13:42:04 +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))
|
if(empty($this->errormsg))
|
||||||
$this->errormsg = 'hook_postAddDocument_failed';
|
$this->errormsg = 'hook_postAddDocument_failed';
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user