unshare all should work the same like unshare single users

This commit is contained in:
Björn Schießle 2013-02-11 13:50:11 +01:00
parent 3e3cee98c8
commit 9b49832090
1 changed files with 1 additions and 3 deletions

View File

@ -229,9 +229,7 @@ class Hooks {
* @brief
*/
public static function postUnshareAll( $params ) {
trigger_error( "preUnshareAll" );
return self::postUnshare($params);
}
}