diff options
Diffstat (limited to 'apps/files_archive/lib/zip.php')
-rwxr-xr-x[-rw-r--r--] | apps/files_archive/lib/zip.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_archive/lib/zip.php b/apps/files_archive/lib/zip.php index 5a5bc766875..dd94859f089 100644..100755 --- a/apps/files_archive/lib/zip.php +++ b/apps/files_archive/lib/zip.php @@ -19,7 +19,7 @@ class OC_Archive_ZIP extends OC_Archive{ $this->zip=new ZipArchive(); if($this->zip->open($source,ZipArchive::CREATE)){ }else{ - OC_LOG::write('files_archive','Error while opening archive '.$source,OC_Log::WARN); + OCP\Util::writeLog('files_archive','Error while opening archive '.$source,OCP\Util::WARN); } } /** |