config.php 271 Bytes
Newer Older
Яков's avatar
first  
Яков committed
1
2
3
4
5
6
<?php

if (sfConfig::get('app_sfCaptchaGDPlugin_routes_register', true) && in_array('sfCaptchaGD', sfConfig::get('sf_enabled_modules')))
{
  $this->dispatcher->connect('routing.load_configuration', array('sfCaptchaGDRouting', 'listenToRoutingLoadConfigurationEvent'));
}