forked from extern/egroupware
fix PHP Warning: Use of undefined constant flase
This commit is contained in:
parent
81ef9459b2
commit
cd34768e93
@ -3954,7 +3954,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
|||||||
$error='';
|
$error='';
|
||||||
$created = false;
|
$created = false;
|
||||||
$response = Api\Json\Response::get();
|
$response = Api\Json\Response::get();
|
||||||
$del = $this->mail_bo->getHierarchyDelimiter(flase);
|
$del = $this->mail_bo->getHierarchyDelimiter(false);
|
||||||
if (strpos($_new, $del) !== FALSE)
|
if (strpos($_new, $del) !== FALSE)
|
||||||
{
|
{
|
||||||
return $response->call('egw.message', lang('failed to rename %1 ! Reason: %2 is not allowed!',$_parent, $del));
|
return $response->call('egw.message', lang('failed to rename %1 ! Reason: %2 is not allowed!',$_parent, $del));
|
||||||
|
Loading…
Reference in New Issue
Block a user