From db7fd6b3c0ff3e0ca163d3d6782ca818eca59644 Mon Sep 17 00:00:00 2001 From: "lenaick.moreira" Date: Thu, 11 Jun 2026 09:41:45 +0200 Subject: [PATCH] =?UTF-8?q?:rewind:=20N=C2=B09638=20-=20Rollback=20undesir?= =?UTF-8?q?ed=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/Application/WebPage/WebPage.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sources/Application/WebPage/WebPage.php b/sources/Application/WebPage/WebPage.php index bd2dcaa0e..cc47249eb 100644 --- a/sources/Application/WebPage/WebPage.php +++ b/sources/Application/WebPage/WebPage.php @@ -1794,9 +1794,11 @@ JS; } /** + * @param bool $bReturnOutput + * * @throws \Exception */ - protected function output_dict_entries() + protected function output_dict_entries($bReturnOutput = false) { if ($this->sContentType != 'text/plain' && $this->sContentType != 'application/json' && $this->sContentType != 'application/javascript') { /** @var \iBackofficeDictEntriesExtension $oExtensionInstance */