aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-07-10 19:46:06 +0100
committerThomas Willingham <founder@kakste.com>2013-07-10 19:46:06 +0100
commit6b85e063e84359bf15140f59b24299eae459f09b (patch)
treeba0dfb8f83f772c15d8bb2c32f1124aa031ce609 /boot.php
parent3f2829a062c9a6bedf7ebdc59db15e064b5a7446 (diff)
downloadvolse-hubzilla-6b85e063e84359bf15140f59b24299eae459f09b.tar.gz
volse-hubzilla-6b85e063e84359bf15140f59b24299eae459f09b.tar.bz2
volse-hubzilla-6b85e063e84359bf15140f59b24299eae459f09b.zip
Let's use the right files, plus a typo
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index b7db7d999..deeb87435 100755
--- a/boot.php
+++ b/boot.php
@@ -2060,7 +2060,7 @@ function profile_tabs($a, $is_owner=False, $nickname=Null){
);
$tabs[] = array(
'label' => t('Wepages'),
- 'url' => $a->get_baseurl() . '/webpages' . $nickname,
+ 'url' => $a->get_baseurl() . '/webpage/' . $nickname,
'sel' => ((argv(0) == 'webpages') ? 'active' : ''),
'title' => t('Manage Webpages'),
'id' => 'webpages-tab',