]> source.dussan.org Git - nextcloud-server.git/commitdiff
unshare all should work the same like unshare single users
authorBjörn Schießle <schiessle@owncloud.com>
Mon, 11 Feb 2013 12:50:11 +0000 (13:50 +0100)
committerBjörn Schießle <schiessle@owncloud.com>
Mon, 11 Feb 2013 12:50:11 +0000 (13:50 +0100)
apps/files_encryption/hooks/hooks.php

index c8565964ba9648ff0e64b0a952090f23c0eb2bc6..550593daf681238132495d823e27ab6cb84d62bf 100644 (file)
@@ -229,9 +229,7 @@ class Hooks {
         * @brief \r
         */\r
        public static function postUnshareAll( $params ) {\r
-               \r
-               trigger_error( "preUnshareAll" );\r
-               \r
+               return self::postUnshare($params);\r
        }\r
        \r
 }\r