Skip to content

Commit

Permalink
Removing subclassing of Object.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 27, 2009
1 parent cf849e3 commit 2f46f39
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions cake/libs/router.php
Expand Up @@ -21,21 +21,13 @@
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/

/**
* Included libraries.
*
*/
if (!class_exists('Object')) {
require LIBS . 'object.php';
}

/**
* Parses the request URL into controller, action, and parameters.
*
* @package cake
* @subpackage cake.cake.libs
*/
class Router extends Object {
class Router {

/**
* Array of routes
Expand Down

0 comments on commit 2f46f39

Please sign in to comment.