DOCSYSTEM Arreglo de pathShared

Arreglo de pathShared
This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-04-26 12:55:16 -04:00
parent 11160fd5da
commit 2002c7c9a8
3 changed files with 3 additions and 3 deletions

View File

@@ -690,7 +690,7 @@ class Installer extends Controller
if (defined('PARTNER_FLAG') || isset($_REQUEST['PARTNER_FLAG'])) {
$dbText .= "\n";
$dbText .= " define ('PARTNER_FLAG', " . ((defined('PARTNER_FLAG')) ? PARTNER_FLAG : ((isset($_REQUEST['PARTNER_FLAG'])) ? $_REQUEST['PARTNER_FLAG']:'false')) . ");\n";
$systemName = $this->getNameSystem($pathShared);
$systemName = $this->getNameSystem();
if ($systemName != '') {
$dbText .= " define ('SYSTEM_NAME', " . $systemName . ");\n";
}