mirror of
https://github.com/nextcloud/server.git
synced 2026-07-05 12:34:39 +02:00
OC_Log not longer exists
This commit is contained in:
@@ -719,7 +719,7 @@ class Share extends Constants {
|
||||
if ($checkExists['uid_owner'] != $uidOwner || $checkExists['share_type'] == $shareType) {
|
||||
$message = 'Sharing %s failed, because this item is already shared with user %s';
|
||||
$message_t = $l->t('Sharing %s failed, because this item is already shared with user %s', array($itemSourceName, $shareWith));
|
||||
\OC_Log::write('OCP\Share', sprintf($message, $itemSourceName, $shareWith), \OC_Log::ERROR);
|
||||
\OCP\Util::writeLog('OCP\Share', sprintf($message, $itemSourceName, $shareWith), \OCP\Util::ERROR);
|
||||
throw new \Exception($message_t);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user