diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-12-23 19:48:36 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-12-23 19:48:36 -0500 |
commit | 926e11996080ee84c6c405910c06615b8db55ff5 (patch) | |
tree | b13e26bce8766cec5b9398bf77449e419851a391 /mod/externalpages/views/default/expages | |
parent | 9e311e7236188e826277aed3dca733e02eb21f6a (diff) | |
download | elgg-926e11996080ee84c6c405910c06615b8db55ff5.tar.gz elgg-926e11996080ee84c6c405910c06615b8db55ff5.tar.bz2 |
Fixes #4069 reusing the previous ElggObject for external pages
Diffstat (limited to 'mod/externalpages/views/default/expages')
-rw-r--r-- | mod/externalpages/views/default/expages/menu.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/externalpages/views/default/expages/menu.php b/mod/externalpages/views/default/expages/menu.php index 6ed521629..831be9125 100644 --- a/mod/externalpages/views/default/expages/menu.php +++ b/mod/externalpages/views/default/expages/menu.php @@ -7,8 +7,8 @@ $type = $vars['type']; - //set the url - $url = $vars['url'] . "admin/site/expages?type="; +//set the url +$url = $vars['url'] . "admin/site/expages?type="; $pages = array('about', 'terms', 'privacy'); $tabs = array(); |