A little fix for 1.3.9

Date 2003/3/26 19:13:50 | Topic: Developer News

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");



This article comes from XOOPS Web Application System
https://xoops.org

The URL for this story is:
https://xoops.org/modules/news/article.php?storyid=715