fix variable global

This commit is contained in:
Marco A. Nina Mena
2017-08-14 16:51:17 -04:00
parent 873ec802d5
commit cd08cc0711
2 changed files with 4 additions and 34 deletions

View File

@@ -1,16 +1,9 @@
<?php
/**
* Install Controller
*
* @author Erik A. O. <erik@colosa.com>
*/
global
use ProcessMaker\Core\System;
global $translation;
$translation;
include PATH_LANGUAGECONT."translation.".SYS_LANG;
include PATH_LANGUAGECONT . "translation." . SYS_LANG;
class Installer extends Controller
{