mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Removing duplicate constructor from ShellDispatcher.
Fixes warnings under PHP5.3. Fixes #132
This commit is contained in:
parent
6b043c6c57
commit
133299c653
1 changed files with 0 additions and 8 deletions
|
@ -118,14 +118,6 @@ class ShellDispatcher {
|
||||||
* @param array $args the argv.
|
* @param array $args the argv.
|
||||||
*/
|
*/
|
||||||
function ShellDispatcher($args = array()) {
|
function ShellDispatcher($args = array()) {
|
||||||
$this->__construct($args);
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* Constructor
|
|
||||||
*
|
|
||||||
* @param array $args the argv.
|
|
||||||
*/
|
|
||||||
function __construct($args = array()) {
|
|
||||||
set_time_limit(0);
|
set_time_limit(0);
|
||||||
$this->__initConstants();
|
$this->__initConstants();
|
||||||
$this->parseParams($args);
|
$this->parseParams($args);
|
||||||
|
|
Loading…
Add table
Reference in a new issue