In utils.inc.php, in the bx_import function, I believe the word GLOABLS should be GLOBALS.
$a = (true === $aModule) ? $GLOABLS['aModule'] : $aModule;
- Brian
In utils.inc.php, in the bx_import function, I believe the word GLOABLS should be GLOBALS. $a = (true === $aModule) ? $GLOABLS['aModule'] : $aModule;
- Brian |
Hello Brian You are right it should have $GLOBALS. Thank you for the report. Best Regards AntonLV - http://www.boonex.com/market/posts/AntonLV |
Hi, I've corrected the typo but it would be nice to know what kind of a problem can this typo cause....
regards Mayki "When things get tough the tough get going..." |