mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +01:00
fixing syntax error
This commit is contained in:
parent
b470139999
commit
26d765c37c
@ -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…
x
Reference in New Issue
Block a user