aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/reddav.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/reddav.php b/include/reddav.php
index c53838297..838ead7b7 100644
--- a/include/reddav.php
+++ b/include/reddav.php
@@ -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",
- intval(PAGE_REMOVED),
- intval($this->auth->owner_id)
+ intval($this->auth->owner_id),
+ intval(PAGE_REMOVED)
+
);
if(! $c) {
@@ -988,4 +989,4 @@ class RedBrowser extends DAV\Browser\Plugin {
}
-} \ No newline at end of file
+}