Adding base abstract class to set future patch classes.

This commit is contained in:
ralpheav
2013-06-05 16:23:39 -04:00
parent 9a50ee4971
commit 68b0fff2c6
2 changed files with 12 additions and 9 deletions

View File

@@ -602,11 +602,11 @@ class workspaceTools
{
G::LoadClass("patch");
$this->initPropel( true );
patch::is_11835Applicable();
p11835::isApplicable();
$systemSchema = System::getSystemSchema();
$this->upgradeSchema( $systemSchema );
$this->upgradeData();
patch::execute_11835();
p11835::execute();
return true;
}