Skip to content

Commit

Permalink
Implement Horde_Registry_Application#getInitialPage() for IMP
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Feb 10, 2014
1 parent 88cb92d commit 52aa17e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions imp/lib/Application.php
Expand Up @@ -177,6 +177,13 @@ public function logout()
$this->_oldserver = $GLOBALS['injector']->getInstance('IMP_Factory_Imap')->create()->server_key;
}

/**
*/
public function getInitialPage()
{
return strval(IMP_Auth::getInitialPage()->url);
}

/* Horde permissions. */

/**
Expand Down

0 comments on commit 52aa17e

Please sign in to comment.