diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-07-20 09:14:32 +0200 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2012-07-20 09:14:32 +0200 |
commit | 8c06452434df1ab546709db61f2987b17549959a (patch) | |
tree | d5c2fe1fa76f1879a75e95d52ed8b3c54ab3952a /apps/contacts | |
parent | 5fe00275680f3425832fcf74a84ceb48c5e3482e (diff) | |
download | nextcloud-server-8c06452434df1ab546709db61f2987b17549959a.tar.gz nextcloud-server-8c06452434df1ab546709db61f2987b17549959a.zip |
fixing syntax error
Diffstat (limited to 'apps/contacts')
-rw-r--r-- | apps/contacts/ajax/uploadimport.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/contacts/ajax/uploadimport.php b/apps/contacts/ajax/uploadimport.php index 9fb271f54e8..87032b731a5 100644 --- a/apps/contacts/ajax/uploadimport.php +++ b/apps/contacts/ajax/uploadimport.php @@ -26,7 +26,7 @@ OCP\JSON::checkAppEnabled('contacts'); OCP\JSON::callCheck(); require_once 'loghandler.php'; -$l10n = OC_Contacts_App::$l10n +$l10n = OC_Contacts_App::$l10n; $view = OCP\Files::getStorage('contacts'); if(!$view->file_exists('imports')) { |