fix PHP Warning: Use of undefined constant flase

This commit is contained in:
Ralf Becker 2019-01-15 14:55:35 +01:00
parent 5531844c0d
commit 28e15fbb2f

View File

@ -4016,7 +4016,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
$error='';
$created = false;
$response = Api\Json\Response::get();
$del = $this->mail_bo->getHierarchyDelimiter(flase);
$del = $this->mail_bo->getHierarchyDelimiter(false);
if (strpos($_new, $del) !== FALSE)
{
return $response->call('egw.message', lang('failed to rename %1 ! Reason: %2 is not allowed!',$_parent, $del));