Skip to content

Commit

Permalink
Removing PEAR. Its not a core path, and can be added in at app/config…
Browse files Browse the repository at this point in the history
…/bootstrap.php if needed.
  • Loading branch information
markstory committed Nov 26, 2009
1 parent e345b2f commit ee26bb5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cake/config/paths.php
Expand Up @@ -197,13 +197,6 @@
define('VENDORS', CAKE_CORE_INCLUDE_PATH.DS.'vendors'.DS);
}

/**
* Path to the Pear directory
* The purporse is to make it easy porting Pear libs into Cake
* without setting the include_path PHP variable.
*/
define('PEAR', VENDORS.'Pear'.DS);

/**
* Full url prefix
*/
Expand Down

0 comments on commit ee26bb5

Please sign in to comment.