aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-07-10 19:53:11 +0100
committerThomas Willingham <founder@kakste.com>2013-07-10 19:53:11 +0100
commit40a444f01b2d3e7cc9b9c8822a2e36c47e6a25f6 (patch)
tree33f4bb457a14c94ab8d48ec144538918f2b47c96 /boot.php
parent6b85e063e84359bf15140f59b24299eae459f09b (diff)
downloadvolse-hubzilla-40a444f01b2d3e7cc9b9c8822a2e36c47e6a25f6.tar.gz
volse-hubzilla-40a444f01b2d3e7cc9b9c8822a2e36c47e6a25f6.tar.bz2
volse-hubzilla-40a444f01b2d3e7cc9b9c8822a2e36c47e6a25f6.zip
One of those days...
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 deeb87435..8e6852f7a 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() . '/webpage/' . $nickname,
+ 'url' => $a->get_baseurl() . '/webpages/' . $nickname,
'sel' => ((argv(0) == 'webpages') ? 'active' : ''),
'title' => t('Manage Webpages'),
'id' => 'webpages-tab',