diff options
author | friendica <info@friendica.com> | 2014-11-11 22:55:24 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-11 22:55:24 -0800 |
commit | 9be4fcce551f32b19af0ba8cbbc71c6e3ef66632 (patch) | |
tree | 6b8e7bd48330b913b954ad8616d27e69df8e7fd4 /mod/webpages.php | |
parent | 4b9ec6645b79f4da1ad5e7dd20a04ca6ca4a3e4a (diff) | |
download | volse-hubzilla-9be4fcce551f32b19af0ba8cbbc71c6e3ef66632.tar.gz volse-hubzilla-9be4fcce551f32b19af0ba8cbbc71c6e3ef66632.tar.bz2 volse-hubzilla-9be4fcce551f32b19af0ba8cbbc71c6e3ef66632.zip |
uid not set in webpages.php, start on editwebpage.php
Diffstat (limited to 'mod/webpages.php')
-rw-r--r-- | mod/webpages.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/webpages.php b/mod/webpages.php index aca7559f9..baddebec8 100644 --- a/mod/webpages.php +++ b/mod/webpages.php @@ -33,7 +33,7 @@ function webpages_content(&$a) { $which = argv(1); - $uid = 0; + $uid = local_user(); $owner = 0; $channel = null; $observer = $a->get_observer(); |