HOR-3670
Fix class name PmPhing
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user