mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Fixes #3778 - SEF URL issue on custom page comments. Also introduces pageHelper class with use added to e_related, e_search and e_sitelink.
This commit is contained in:
@@ -39,6 +39,8 @@ if (!defined('e107_INIT'))
|
||||
// $cobj = e107::getObject('comment');
|
||||
|
||||
e107::lan('comment_menu', null);
|
||||
|
||||
/** @var comment $cobj */
|
||||
$cobj = e107::getComment();
|
||||
|
||||
$menu_pref = e107::getConfig('menu')->getPref();
|
||||
|
Reference in New Issue
Block a user