Un-break dav auth.
This commit is contained in:
parent
359d798029
commit
1a76f1c659
@ -101,8 +101,9 @@ class RedDirectory extends DAV\Node implements DAV\ICollection {
|
|||||||
|
|
||||||
|
|
||||||
$c = q("select * from channel where channel_id = %d and not (channel_pageflags & %d) limit 1",
|
$c = q("select * from channel where channel_id = %d and not (channel_pageflags & %d) limit 1",
|
||||||
intval(PAGE_REMOVED),
|
intval($this->auth->owner_id),
|
||||||
intval($this->auth->owner_id)
|
intval(PAGE_REMOVED)
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
if(! $c) {
|
if(! $c) {
|
||||||
@ -988,4 +989,4 @@ class RedBrowser extends DAV\Browser\Plugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user