Development

Changeset 9284

You must first sign up to be able to contribute.

Changeset 9284

Show
Ignore:
Timestamp:
05/26/08 19:42:40 (3 months ago)
Author:
trivoallan
Message:

ddOpenIDPlugin? : reverted unwanted commit (sorry dave !)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/ddOpenIDPlugin/config/config.php

    r9283 r9284  
    33if (sfConfig::get('app_sfOpenIDPlugin_routes_register', true) && in_array('sfOpenIDAuth', sfConfig::get('sf_enabled_modules'))) 
    44{ 
    5   /* 
    6    * TODO : incompatible with sf-1.1. Throws "Uncaught exception 'sfException' with message 'The "default" context does not exist.'" 
    7    * 
    8    * $r = sfContext::getInstance()->getRouting(); 
    9  
    10  
     5  $r = sfContext::getInstance()->getRouting(); 
    116 
    127  // preprend our routes 
     
    2217  $r->prependRoute('openid_signin', '/openid', array('module' => 'sfOpenIDAuth', 'action' => 'signin')); 
    2318  $r->prependRoute('openid_finishauth', '/openid/finish/*', array('module' => 'sfOpenIDAuth', 'action' => 'finish')); 
    24   */ 
    2519}