aboutsummaryrefslogtreecommitdiffstats
path: root/mod/network.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-05 18:08:36 -0800
committerFriendika <info@friendika.com>2010-12-05 18:08:36 -0800
commit75306b62942a12995db67f48dd9b1a16f38c43eb (patch)
tree5c43d74fcb6a28e5757df13ed106be9b419d4b88 /mod/network.php
parente9a1abd133aa3db62d17ef8bdc91e8a75f4004d3 (diff)
downloadvolse-hubzilla-75306b62942a12995db67f48dd9b1a16f38c43eb.tar.gz
volse-hubzilla-75306b62942a12995db67f48dd9b1a16f38c43eb.tar.bz2
volse-hubzilla-75306b62942a12995db67f48dd9b1a16f38c43eb.zip
allow community page members to upload photos and assorted other stuff which was previously restricted to the page owner
Diffstat (limited to 'mod/network.php')
-rw-r--r--mod/network.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php
index 6e781f4fa..dd4ec63a3 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -38,7 +38,8 @@ function network_content(&$a, $update = 0) {
$a->page['htmlhead'] .= replace_macros($tpl, array(
'$baseurl' => $a->get_baseurl(),
- '$geotag' => $geotag
+ '$geotag' => $geotag,
+ '$nickname' => $a->user['nickname']
));
require_once('include/acl_selectors.php');