Fix class name PmPhing
This commit is contained in:
David Callizaya
2017-08-11 16:41:04 -04:00
parent ab9c67fb47
commit 60c6a16a6e
2 changed files with 3 additions and 39 deletions

View File

@@ -914,7 +914,7 @@ class PmTable
Phing::startup();
Phing::setProperty('phing.home', getenv('PHING_HOME'));
$m = new pmPhing();
$m = new PmPhing();
$m->execute($args);
$m->runBuild();
}