From 1dbc90143f770a781df61c57d0d09ba8c1d48406 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 26 Feb 2019 12:22:36 -0800 Subject: [PATCH] Case cleanup toHtml() should be toHTML() --- e107_admin/admin.php | 2 +- e107_admin/admin_log.php | 2 +- e107_admin/cron.php | 6 +-- e107_admin/db.php | 4 +- e107_admin/eurl.php | 2 +- e107_admin/links.php | 2 +- e107_admin/menus.php | 4 +- e107_admin/newspost.php | 2 +- e107_admin/plugin.php | 12 ++--- e107_admin/update_routines.php | 2 +- e107_admin/users.php | 8 +-- .../shortcodes/batch/admin_shortcodes.php | 4 +- .../shortcodes/batch/bbcode_shortcodes.php | 2 +- .../shortcodes/batch/news_shortcodes.php | 8 +-- .../shortcodes/batch/page_shortcodes.php | 8 +-- e107_handlers/admin_ui.php | 2 +- e107_handlers/e_customfields_class.php | 6 +-- e107_handlers/e_parse_class.php | 50 +++++++++++-------- e107_handlers/form_handler.php | 4 +- e107_handlers/mail.php | 2 +- e107_handlers/mailout_admin_class.php | 2 +- e107_handlers/news_class.php | 2 +- e107_handlers/notify_class.php | 4 +- e107_handlers/sitelinks_class.php | 2 +- e107_handlers/user_extended_class.php | 4 +- e107_languages/English/admin/help/menus.php | 2 +- e107_plugins/_blank/_blank.php | 2 +- e107_plugins/_blank/e_parse.php | 2 +- e107_plugins/_blank/e_sitelink.php | 2 +- e107_plugins/banner/e_shortcode.php | 2 +- .../comment_menu/comment_menu_shortcodes.php | 2 +- e107_plugins/download/e_search.php | 2 +- e107_plugins/download/e_sitelink.php | 2 +- .../download/handlers/download_class.php | 2 +- e107_plugins/faqs/e_sitelink.php | 2 +- e107_plugins/faqs/faqs.php | 4 +- e107_plugins/faqs/faqs_shortcodes.php | 4 +- e107_plugins/forum/forum_post.php | 4 +- e107_plugins/forum/forum_viewtopic.php | 2 +- e107_plugins/gallery/controllers/index.php | 2 +- e107_plugins/gallery/e_shortcode.php | 4 +- e107_plugins/gallery/gallery.php | 2 +- .../shortcodes/batch/gallery_shortcodes.php | 2 +- e107_plugins/list_new/list_new_menu.php | 4 +- e107_plugins/list_new/list_recent_menu.php | 4 +- e107_plugins/news/e_rss.php | 4 +- e107_plugins/news/e_search.php | 2 +- e107_plugins/news/news.php | 4 +- e107_plugins/news/news_archive_menu.php | 2 +- e107_plugins/news/other_news2_menu.php | 6 +-- e107_plugins/news/other_news_menu.php | 4 +- e107_plugins/newsfeed/newsfeed_functions.php | 2 +- e107_plugins/page/chapter_menu.php | 2 +- e107_plugins/page/e_search.php | 4 +- e107_plugins/page/e_shortcode.php | 4 +- e107_plugins/page/e_sitelink.php | 2 +- e107_plugins/page/page_menu.php | 4 +- e107_plugins/poll/oldpolls.php | 2 +- e107_plugins/siteinfo/e_shortcode.php | 2 +- e107_plugins/tinymce4/plugins/e107/parser.php | 10 ++-- e107_themes/landingzero/theme_shortcodes.php | 2 +- gsitemap.php | 2 +- page.php | 28 +++++------ search.php | 2 +- 64 files changed, 147 insertions(+), 139 deletions(-) diff --git a/e107_admin/admin.php b/e107_admin/admin.php index f4157da1d..46d44d00a 100644 --- a/e107_admin/admin.php +++ b/e107_admin/admin.php @@ -701,7 +701,7 @@ TMPO; if (isset($potential)) { //$text = ADLAN_ERR_3."

"; - $mes->addWarning($tp->toHtml(ADLAN_ERR_3, true)); + $mes->addWarning($tp->toHTML(ADLAN_ERR_3, true)); $text = ''; - $mes->add($tp->toHtml($message,true), E_MESSAGE_WARNING); + $mes->add($tp->toHTML($message,true), E_MESSAGE_WARNING); $text .= "
@@ -1601,7 +1601,7 @@ class system_tools $text .= " - ".$tp->toHtml($row['plugin_name'], FALSE, "defs,emotes_off")." + ".$tp->toHTML($row['plugin_name'], FALSE, "defs,emotes_off")." ".$row['plugin_path']." "; diff --git a/e107_admin/eurl.php b/e107_admin/eurl.php index 11b46c555..91ad36ff5 100644 --- a/e107_admin/eurl.php +++ b/e107_admin/eurl.php @@ -748,7 +748,7 @@ class eurl_admin_form_ui extends e_admin_form_ui