fixing syntax error
This commit is contained in:
parent
5fe0027568
commit
8c06452434
1 changed files with 1 additions and 1 deletions
|
@ -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')) {
|
||||
|
|
Loading…
Reference in a new issue