mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-07-27 12:59:54 +00:00
Fix cut and paste error.
This commit is contained in:
parent
ebbec96269
commit
9eb76822ce
@ -1107,7 +1107,7 @@ EOSQL;
|
||||
*/
|
||||
function NeedPrivilege( $privilege, $href=null ) {
|
||||
if ( !isset($href) ) {
|
||||
if ( $request->AllowedTo($privilege) ) return;
|
||||
if ( $this->AllowedTo($privilege) ) return;
|
||||
}
|
||||
|
||||
$reply = new XMLDocument();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user