forgot global
This commit is contained in:
parent
e657d24824
commit
80e8daa0be
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ class Helpers{
|
||||||
}
|
}
|
||||||
|
|
||||||
public function create_folders(){
|
public function create_folders(){
|
||||||
|
global $AMS_LIB;
|
||||||
|
global $SITEBASE;
|
||||||
$arr = array( $AMS_LIB . '/ingame_templates/',
|
$arr = array( $AMS_LIB . '/ingame_templates/',
|
||||||
$AMS_LIB . '/configs',
|
$AMS_LIB . '/configs',
|
||||||
$AMS_LIB . '/cache',
|
$AMS_LIB . '/cache',
|
||||||
|
|
Loading…
Reference in a new issue