diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-04-03 20:37:35 +0000 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-04-03 20:37:35 +0000 |
commit | 8f969f8f9834869dd8546ed5e4cca0262aff2ca9 (patch) | |
tree | 8178234317c85bcee3c3839d73879d738cb44978 /lib | |
parent | 439d521c86e07fc7bc0c84e62022fc160f8f0fcf (diff) | |
parent | 81c72956a615eee04cf3770b4e197dd7fe563357 (diff) |
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index f08e70754..73410e289 100644 --- a/lib/util.php +++ b/lib/util.php @@ -723,7 +723,7 @@ function common_local_url($action, $args=null, $params=null, $fragment=null) { static $sensitive = array('login', 'register', 'passwordsettings', 'twittersettings', 'finishopenidlogin', - 'api'); + 'finishaddopenid', 'api'); $r = Router::get(); $path = $r->build($action, $args, $params, $fragment); |