diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-03 15:44:29 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-03 15:44:29 -0800 |
commit | 0624f7fd702eff41f686e4e5121b9b2741e8ab0e (patch) | |
tree | fefcf114628b27cbdc6fd1c895f22e0dde1ed0ad /index.php | |
parent | 4a2511139eaafcbe93a2e720e0c6f170ecb00d77 (diff) | |
parent | 4103e8584c7ccfb444af0814345104afedd2c6fc (diff) |
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ function checkMirror($action_obj, $args) function isLoginAction($action) { - static $loginActions = array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds'); + static $loginActions = array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds', 'otp'); $login = null; |