adding set_time_limit fix for #2914

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5469 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2007-07-27 03:47:11 +00:00
parent fc9503e473
commit 1e141a567f

View file

@ -127,6 +127,7 @@ class ShellDispatcher {
* @param array $args the argv.
*/
function __construct($args = array()) {
set_time_limit(0);
$this->__initConstants();
$this->parseParams($args);
$this->__initEnvironment();