mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fix PHP Warning: Use of undefined constant flase
This commit is contained in:
parent
5531844c0d
commit
28e15fbb2f
@ -4016,7 +4016,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