HOR-3620
Solve conflict classes/class.installer.php and controllers/installer.php Changed classes/class.installer.php -> classes/PmInstaller.php Changed and verified usages of each class.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
* @author maborak
|
||||
* @copyright 2008 COLOSA
|
||||
*/
|
||||
class Installer
|
||||
class PmInstaller
|
||||
{
|
||||
|
||||
public $options = Array();
|
||||
@@ -1690,7 +1690,7 @@ class workspaceTools
|
||||
}
|
||||
$workspace = new workspaceTools($workspaceName);
|
||||
|
||||
if (Installer::isset_site($workspaceName)) {
|
||||
if (PmInstaller::isset_site($workspaceName)) {
|
||||
if ($overwrite) {
|
||||
if (!$workspace->workspaceExists()) {
|
||||
throw new Exception('We can not overwrite this workspace because the workspace ' . $workspaceName . ' does not exist please check the lower case and upper case.');
|
||||
|
||||
Reference in New Issue
Block a user