Skip to content

Commit

Permalink
Need to use Horde_Core_Smartmobile_Url here.
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Feb 25, 2014
1 parent 8dd1dff commit 2342872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde/services/portal/smartmobile.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
foreach (array_diff($registry->listApps(), array('horde')) as $app) {
$name = $registry->get('name', $app);
$tmp = array(
Horde::url($registry->getInitialPage($app)),
new Horde_Core_Smartmobile_Url(Horde::url($registry->getInitialPage($app))),
$registry->get('icon', $app)
);
if ($registry->hasView($registry::VIEW_SMARTMOBILE, $app)) {
Expand Down

0 comments on commit 2342872

Please sign in to comment.