add finishaddopenid to list of sensitive pages to use with ssl

This commit is contained in:
Evan Prodromou 2009-04-03 12:51:43 -04:00
parent 26194cd1d6
commit e2898db087
1 changed files with 1 additions and 1 deletions

View File

@ -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);