Skip to content

Commit

Permalink
Sign return URL passed to login link.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Sep 12, 2017
1 parent a33c16a commit b141d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde/lib/View/Topbar.php
Expand Up @@ -76,7 +76,7 @@ public function __construct($config = array())
$registry->getApp()
)
->setRaw(false)
->add('url', Horde::selfUrl(true, true, true));
->add('url', Horde::signUrl(Horde::selfUrl(true, true, true)));
}
}

Expand Down

0 comments on commit b141d81

Please sign in to comment.