summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-12-03 13:36:38 -0500
committerEvan Prodromou <evan@controlyourself.ca>2008-12-03 13:36:38 -0500
commita84394f827e57d0e461d68340cf9a4ea3da5cf6f (patch)
tree7683f9287bebc6dedb6530f53892e89419d4b042 /index.php
parent8c10b0ac4d8f0638260286deb0db0ad08c73911f (diff)
add finishopenidlogin to list of actions that anon users can do
darcs-hash:20081203183638-5ed1f-f54d43e62dca66d9ebbd1203549e63c165510b22.gz
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 546524d9b..1edff0e49 100644
--- a/index.php
+++ b/index.php
@@ -40,7 +40,7 @@ if (!$action || !preg_match('/^[a-zA-Z0-9_-]*$/', $action)) {
// parts of the site, redirect to login
if (!$user && common_config('site', 'private') &&
- !in_array($action, array('login', 'openidlogin', 'api', 'doc')))
+ !in_array($action, array('login', 'openidlogin', 'finishopenidlogin', 'api', 'doc')))
{
common_redirect(common_local_url('login'));
}