Notifications
Clear all
Found and fixed!
/modules/challenges/admin.php, around line 36:
if(file_exists(_BASEDIR."language/{$language}_admin.php")) include_once(_BASEDIR."languages/{$language}_admin.php");
Should be:
if(file_exists(_BASEDIR."languages/{$language}_admin.php")) include_once(_BASEDIR."languages/{$language}_admin.php");
Also valid for Tammys recommendations module.
Steffen
Posted : 14/06/2007 10:53 am
This is now fixed in challenges and recommendations. π Thank you Tammy.
Whoever said nothing is impossible never tried slamming a revolving door.
url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word
Posted : 24/09/2007 12:51 am
