1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00

fix wrong param name

This commit is contained in:
Igor Khokhlov 2011-09-12 11:23:06 +03:00
parent 5af1fe2678
commit 6e6c554740

View file

@ -29,7 +29,7 @@ function smarty_function_cfg($aParams,&$oSmarty) {
return ;
}
require_once(Config::Get('path.root.engine').'/lib/internal/ConfigSimple/Config.class.php');
if(!isset($aParams['instacne'])) {
if(!isset($aParams['instance'])) {
$aParams['instance'] = Config::DEFAULT_CONFIG_INSTANCE;
}