BUG 6893 restore previous commit

This commit is contained in:
Carlos Pacha
2011-05-25 16:14:14 -04:00
parent 3fed3ed5ae
commit 5b69aee24c
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ try {//ini_set('display_errors','1');
$oConf = new Configurations;
$aConf = Array(
'WORKSPACE_LOGO_NAME' => SYS_SYS,
'DEFAULT_LOGO_NAME' => base64_encode($snameLogo)
'DEFAULT_LOGO_NAME' => $snameLogo
);
$oConf->aConfig = $aConf;