From 40a444f01b2d3e7cc9b9c8822a2e36c47e6a25f6 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Wed, 10 Jul 2013 19:53:11 +0100 Subject: One of those days... --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') 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', -- cgit v1.2.3