fix syntax error

This commit is contained in:
Uwe Steinmann 2020-12-15 10:03:28 +01:00
parent 6e46e95702
commit 5261cce10c

View File

@ -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;