hi,
uieforum.module:44 contains
include_once('functions.inc.php');
I think this should be replaced with
include_once(''.drupal_get_path(module,uieforum).'/functions.inc.php');
hi,
uieforum.module:44 contains
include_once('functions.inc.php');
I think this should be replaced with
include_once(''.drupal_get_path(module,uieforum).'/functions.inc.php');
Comments
Comment #1
daniel.hunt commentedThanks for this - Fixed
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.