Show
Ignore:
Timestamp:
01/19/08 16:58:06 (12 months ago)
Author:
david
Message:

Deprecated directive "core.use_routing" in favor of a routing config parameter ("enabled"), closes #683

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests2/routing/WebRoutingTest.php

    r1784 r2284  
    2121    $this->_ENV = $_ENV; 
    2222    $this->_GET = $_GET; 
    23     AgaviConfig::set('core.use_routing', true); 
     23    // AgaviConfig::set('core.use_routing', true); 
    2424  } 
    2525