Skip to content

Commit

Permalink
Fix navigation.
Browse files Browse the repository at this point in the history
  • Loading branch information
sibprogrammer committed Jul 10, 2014
1 parent 17a8c5d commit 4f85012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plib/controllers/IndexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public function updateAddressAction()
$publicIp = $ips[$mainIp];

$this->view->pageTitle = $this->lmsg('updateAddressPageTitle');
$this->view->uplevelLink = pm_Context::getBaseUrl();

$form = new pm_Form_Simple();
$form->addElement('simpleText', 'mainIpText', array(
Expand Down

0 comments on commit 4f85012

Please sign in to comment.