Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Small bug in 1.2.5
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1

TOPIC: Small bug in 1.2.5

Small bug in 1.2.5 17 years, 6 months ago #297

  • shumisha
Hello !

Could not find the bug tracker if any. There is a bug in the file inclusion for component own sef_ext file in joomsef.php, line 459 :
// If component has its own sef_ext plug-in included.
if (file_exists($GLOBALS['mosConfig_absolute_path'].'/components/$option/sef_ext.php')) {
// Load the plug-in file.
require_once($GLOBALS['mosConfig_absolute_path'].'/components/$option/sef_ext.php');

$option is not interpreted (for file_exists and require_once) because the string is in sinlge quotes. Should be double quotes or xxx'.$option.'yyy
  • Page:
  • 1
Přihlášení uživatele Prázdný