summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-04-18 17:02:39 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-04-18 17:02:39 +0200
commite837927ad573d1c8fbcecc1759859d6a3465c691 (patch)
treedf9a2c18f8b1f57e2b8e1f95a3c777bda8ab7800 /apps
parent47ecfd98a39e596c8f47dd9a6b14ece4e651f685 (diff)
downloadnextcloud-server-e837927ad573d1c8fbcecc1759859d6a3465c691.tar.gz
nextcloud-server-e837927ad573d1c8fbcecc1759859d6a3465c691.zip
fix followup issues with unneeded parameters
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/api/local.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/api/local.php b/apps/files_sharing/api/local.php
index 1a5edbfd070..00509bcee69 100644
--- a/apps/files_sharing/api/local.php
+++ b/apps/files_sharing/api/local.php
@@ -571,7 +571,7 @@ class Local {
$result = $query->execute($args);
if (\OCP\DB::isError($result)) {
- \OCP\Util::writeLog('files_sharing', \OC_DB::getErrorMessage($result), \OCP\Util::ERROR);
+ \OCP\Util::writeLog('files_sharing', \OC_DB::getErrorMessage(), \OCP\Util::ERROR);
return null;
}
if ($share = $result->fetchRow()) {