From e83df684c02d534e81244e958413ac5c67b24e54 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sat, 13 Jul 2013 18:42:49 +0100 Subject: That should fix uploads... --- mod/webpages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/webpages.php') 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', -- cgit v1.2.3