diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-03 15:36:16 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-03 15:36:16 -0400 |
commit | 68ae2821982728290d6c3d12657ea5ff567cd602 (patch) | |
tree | 4d2aba76988690d96ea700b908d0a04cea696c70 /lib | |
parent | d68ac2e1d3319193c8ee01db4c2adf846fe4accf (diff) | |
parent | 81c72956a615eee04cf3770b4e197dd7fe563357 (diff) |
Merge branch '0.7.x' into 0.8.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 b0d117455..ad1044fa2 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); |