aboutsummaryrefslogtreecommitdiffstats
path: root/mod/page.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2014-01-15 23:01:02 +0000
committerThomas Willingham <founder@kakste.com>2014-01-15 23:01:02 +0000
commit9f66e5aef325666a0fa6e3f035eaa2c3b35b5b00 (patch)
treec4b261f1cbbf85d4153ecee64fe285cc5aa38ec9 /mod/page.php
parent9addc83520adada78ad339edd6abe666f65b7059 (diff)
parent762a5432494711bf481943a0dee72cf65f7a04bb (diff)
downloadvolse-hubzilla-9f66e5aef325666a0fa6e3f035eaa2c3b35b5b00.tar.gz
volse-hubzilla-9f66e5aef325666a0fa6e3f035eaa2c3b35b5b00.tar.bz2
volse-hubzilla-9f66e5aef325666a0fa6e3f035eaa2c3b35b5b00.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/page.php')
-rw-r--r--mod/page.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/page.php b/mod/page.php
index df17dbf52..56592116f 100644
--- a/mod/page.php
+++ b/mod/page.php
@@ -38,7 +38,7 @@ function page_content(&$a) {
$channel_address = argv(1);
$page_id = argv(2);
-
+dbg(1);
$u = q("select channel_id from channel where channel_address = '%s' limit 1",
dbesc($channel_address)
);
@@ -63,7 +63,7 @@ function page_content(&$a) {
dbesc($page_id),
intval(ITEM_WEBPAGE)
);
-
+dbg(0);
if(! $r) {
// Check again with no permissions clause to see if it is a permissions issue