Stricter phan config fixes

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke
2017-07-19 15:37:03 +02:00
committed by Roeland Jago Douma
parent 456392e627
commit e1f52fc901
9 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -56,5 +56,5 @@ try {
} catch (Exception $ex) {
OC_Response::setStatus(OC_Response::STATUS_INTERNAL_SERVER_ERROR);
\OCP\Util::writeLog('remote', $ex->getMessage(), \OCP\Util::FATAL);
\OC::$server->getLogger()->logException($ex, ['app' => 'remote']);
}