Skip to content
Snippets Groups Projects
Commit 8c064524 authored by Thomas Müller's avatar Thomas Müller
Browse files

fixing syntax error

parent 5fe00275
Branches
No related tags found
No related merge requests found
......@@ -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')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment