summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-03-03 15:44:29 -0800
committerBrion Vibber <brion@pobox.com>2010-03-03 15:44:29 -0800
commit0624f7fd702eff41f686e4e5121b9b2741e8ab0e (patch)
treefefcf114628b27cbdc6fd1c895f22e0dde1ed0ad
parent4a2511139eaafcbe93a2e720e0c6f170ecb00d77 (diff)
parent4103e8584c7ccfb444af0814345104afedd2c6fc (diff)
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 06ff9900f..36ba3a0d2 100644
--- a/index.php
+++ b/index.php
@@ -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;