1
0
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:
Thomas Tanghus 2013-05-22 03:18:55 +02:00
parent ac68b27d93
commit af7359f50e

View File

@ -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);
} }
/** /**