Updating constructor.

This commit is contained in:
Mark Story 2010-04-18 01:04:56 -04:00
parent 4f0a9c4dc1
commit c9f3fa5faa

View file

@ -128,7 +128,7 @@ class ShellDispatcher {
* @param array $args the argv
* @return void
*/
public function ShellDispatcher($args = array()) {
public function __construct($args = array()) {
set_time_limit(0);
$this->__initConstants();