diff options
Diffstat (limited to 'apps/contacts/ajax/editname.php')
-rwxr-xr-x[-rw-r--r--] | apps/contacts/ajax/editname.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/contacts/ajax/editname.php b/apps/contacts/ajax/editname.php index 9e4d6814620..0baa9403524 100644..100755 --- a/apps/contacts/ajax/editname.php +++ b/apps/contacts/ajax/editname.php @@ -11,11 +11,11 @@ OC_JSON::checkLoggedIn(); OC_JSON::checkAppEnabled('contacts'); function bailOut($msg) { OC_JSON::error(array('data' => array('message' => $msg))); - OC_Log::write('contacts','ajax/editname.php: '.$msg, OC_Log::DEBUG); + OCP\Util::writeLog('contacts','ajax/editname.php: '.$msg, OCP\Util::DEBUG); exit(); } function debug($msg) { - OC_Log::write('contacts','ajax/editname.php: '.$msg, OC_Log::DEBUG); + OCP\Util::writeLog('contacts','ajax/editname.php: '.$msg, OCP\Util::DEBUG); } $tmpl = new OC_TEMPLATE("contacts", "part.edit_name_dialog"); |