Fix libkolabxml error handling
This commit is contained in:
parent
8cb599bd96
commit
ad59203f27
1 changed files with 2 additions and 2 deletions
|
@ -173,10 +173,10 @@ abstract class kolab_format
|
|||
{
|
||||
$ret = $log = false;
|
||||
switch (kolabformat::error()) {
|
||||
case kolabformat.NoError:
|
||||
case kolabformat::NoError:
|
||||
$ret = false;
|
||||
break;
|
||||
case kolabformat.Warning:
|
||||
case kolabformat::Warning:
|
||||
$ret = false;
|
||||
$log = "Warning";
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue