Skip to content

Commit

Permalink
Adding E_DEPRECATED to console environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 7, 2009
1 parent a5c00de commit 5bfda28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cake/console/cake.php
Expand Up @@ -25,6 +25,9 @@
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
*/
if (!defined('E_DEPRECATED')) {
define('E_DEPRECATED', 8192);
}
/**
* Shell dispatcher
*
Expand Down

0 comments on commit 5bfda28

Please sign in to comment.