From d2b4db5280ee75f7ef2dab9bd5a8f72f17d034e7 Mon Sep 17 00:00:00 2001 From: rica-carv Date: Sun, 9 Feb 2025 21:45:16 +0000 Subject: [PATCH] Update e107_class.php --- e107_handlers/e107_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/e107_class.php b/e107_handlers/e107_class.php index 46a7142091..1e57f1c77b 100644 --- a/e107_handlers/e107_class.php +++ b/e107_handlers/e107_class.php @@ -1593,7 +1593,7 @@ public static function getSecureImg() * // object of plugin_myplugin_my_shortcodes class -> myplugin/shortcodes/batch/my_shortcodes.php * e107::getScObject('my', 'myplugin'); * - * // news override - plugin_myplugin_news_shortcodes extends news_shortcodes -> myplugin/shortcodes/batch/news_shortcodes.php + * // news forced override - plugin_myplugin_plugin_myplugin_news_shortcodes extends news_shortcodes -> myplugin/shortcodes/batch/plugin_myplugin_news_shortcodes.php * e107::getScObject('news', 'myplugin', true); * * // news override - plugin_myplugin_mynews_shortcodes extends news_shortcodes -> myplugin/shortcodes/batch/mynews_shortcodes.php