diff options
author | Thomas Willingham <founder@kakste.com> | 2013-07-13 18:42:49 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-07-13 18:42:49 +0100 |
commit | e83df684c02d534e81244e958413ac5c67b24e54 (patch) | |
tree | 512e2aa20c6bc9ea9e95d9691d23fdd6494136a3 /mod/webpages.php | |
parent | 380871ccc7cc64be29da89c102e99748b25361f9 (diff) | |
download | volse-hubzilla-e83df684c02d534e81244e958413ac5c67b24e54.tar.gz volse-hubzilla-e83df684c02d534e81244e958413ac5c67b24e54.tar.bz2 volse-hubzilla-e83df684c02d534e81244e958413ac5c67b24e54.zip |
That should fix uploads...
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 0567f1b32..3cb3ec6bd 100644 --- a/mod/webpages.php +++ b/mod/webpages.php @@ -34,7 +34,7 @@ require_once ('include/conversation.php'); $x = array( 'webpage' => 1, 'is_owner' => true, - 'nickname' => $channel['channel_address'], + 'nickname' => $a->profile['channel_address'], 'lockstate' => (($group || $cid || $channel['channel_allow_cid'] || $channel['channel_allow_gid'] || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'), 'bang' => (($group || $cid) ? '!' : ''), 'visitor' => 'block', |