Development

Changeset 6353 for plugins/sfGuardPlugin/config/config.php

You must first sign up to be able to contribute.

Show
Ignore:
Timestamp:
12/07/07 10:27:17 (1 year ago)
Author:
fabien
Message:

sfGuardPlugin: [BREAKS BC] renamed app_sfGuardPlugin_routes_register to app_sf_guard_plugin_routes_register (closes #2562)

Files:

Legend:

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

    r5724 r6353  
    11<?php 
    22 
    3 if (sfConfig::get('app_sfGuardPlugin_routes_register', true) && in_array('sfGuardAuth', sfConfig::get('sf_enabled_modules', array()))) 
     3if (sfConfig::get('app_sf_guard_plugin_routes_register', true) && in_array('sfGuardAuth', sfConfig::get('sf_enabled_modules', array()))) 
    44{ 
    55  $r = sfRouting::getInstance();