Developer News: A little fix for 1.3.9

Posted by: onokazuOn 2003/3/26 19:13:50 3942 reads
If you have encountered problem after upgrading to 1.3.9 or making a fresh install of 1.3.9, please try the fix below:

in class/xoopsblock.php, line 24, if the code looks ike below:

//include_once(XOOPS_ROOT_PATH."/class/xoopsmodule.php");


change the above code to

include_once(XOOPS_ROOT_PATH."/class/xoopsmodule.php");