|
|
|
|
@ -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);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|