Notifications
Clear all

Challenges: misspelling in admin.php on line 36

2 Posts
2 Users
0 Reactions
1,710 Views
(@guest1448)
Posts: 0
 

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
Jan_AQ
(@jan_aq)
Posts: 1300
Noble Member
 

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
Share: