mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-19 08:52:22 +01:00
Missing namespace separator
This commit is contained in:
parent
ac68b27d93
commit
af7359f50e
@ -392,7 +392,7 @@ class Contact extends VObject\VCard implements IPIMObject {
|
|||||||
}
|
}
|
||||||
$idx += 1;
|
$idx += 1;
|
||||||
}
|
}
|
||||||
throw new Exception(self::$l10n->t('Property not found'), 404);
|
throw new \Exception(self::$l10n->t('Property not found'), 404);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user