Arreglo para mostrar installer con parnet.info

This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-08-30 12:32:29 -04:00
parent 8003fe102e
commit 93b851c142

View File

@@ -35,8 +35,7 @@ class Installer extends Controller
public function index ($httpData)
{
$partnerFlag = (defined('PARTNER_FLAG')) ? PARTNER_FLAG : false;
if ($partnerFlag){
if (file_exists($this->path_shared . 'partner.info')){
$this->includeExtJS( 'installer/stopInstall');
$this->setView( 'installer/mainStopInstall' );
G::RenderPage( 'publish', 'extJs' );