1
0
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:
Cameron
2022-03-11 12:23:31 -08:00
parent d2f311e511
commit 7fd6fdf478
7 changed files with 104 additions and 112 deletions

View File

@@ -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();