summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/ajax/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/ajax/list.php')
-rw-r--r--apps/files_sharing/ajax/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/ajax/list.php b/apps/files_sharing/ajax/list.php
index 354041fed9d..d09b61fd4ae 100644
--- a/apps/files_sharing/ajax/list.php
+++ b/apps/files_sharing/ajax/list.php
@@ -27,7 +27,7 @@ OCP\JSON::checkAppEnabled('files_sharing');
if(!isset($_GET['t'])){
\OC_Response::setStatus(\OC_Response::STATUS_BAD_REQUEST);
- \OC_Log::write('core-preview', 'No token parameter was passed', \OC_Log::DEBUG);
+ \OCP\Util::writeLog('core-preview', 'No token parameter was passed', \OCP\Util::DEBUG);
exit;
}