aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-14 01:02:03 -0800
committerfriendica <info@friendica.com>2012-12-14 01:02:03 -0800
commit9d96cb37a036988a64e93fbcc8f8b497de4987a0 (patch)
treea9dc5e54c76932620e5d76d3c6403ac100cf77d3 /mod
parentd39fb9b1d5208b18da364873d10f51e23b94bd7e (diff)
downloadvolse-hubzilla-9d96cb37a036988a64e93fbcc8f8b497de4987a0.tar.gz
volse-hubzilla-9d96cb37a036988a64e93fbcc8f8b497de4987a0.tar.bz2
volse-hubzilla-9d96cb37a036988a64e93fbcc8f8b497de4987a0.zip
pass module name to build_cmd, so we can use it elsewhere
Diffstat (limited to 'mod')
-rw-r--r--mod/network.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/network.php b/mod/network.php
index 4fd7ad200..e19871602 100644
--- a/mod/network.php
+++ b/mod/network.php
@@ -497,6 +497,7 @@ function network_content(&$a, $update = 0, $load = false) {
$a->page['htmlhead'] .= replace_macros(get_markup_template("build_query.tpl"),array(
'$baseurl' => z_root(),
+ '$pgtype' => 'network',
'$uid' => ((local_user()) ? local_user() : '0'),
'$gid' => (($gid) ? $gid : '0'),
'$cid' => (($cid) ? $cid : '0'),