Skip to content

Commit

Permalink
sharedialogmailview.js no longer exists, see #1978
Browse files Browse the repository at this point in the history
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
  • Loading branch information
schiessle committed Nov 3, 2016
1 parent 9b7d9c5 commit be862ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/private/Share/Share.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public static function registerBackend($itemType, $class, $collectionOf = null,
\OC_Util::addScript('core', 'shareitemmodel');
\OC_Util::addScript('core', 'sharedialogresharerinfoview');
\OC_Util::addScript('core', 'sharedialoglinkshareview');
\OC_Util::addScript('core', 'sharedialogmailview');
\OC_Util::addScript('core', 'sharedialogexpirationview');
\OC_Util::addScript('core', 'sharedialogshareelistview');
\OC_Util::addScript('core', 'sharedialogview');
Expand Down Expand Up @@ -2785,7 +2784,7 @@ private static function isFileReachable($path, $ownerStorageId) {

/**
* @param IConfig $config
* @return bool
* @return bool
*/
public static function enforcePassword(IConfig $config) {
$enforcePassword = $config->getAppValue('core', 'shareapi_enforce_links_password', 'no');
Expand Down

0 comments on commit be862ee

Please sign in to comment.