N°9638 - Rollback undesired changes

This commit is contained in:
lenaick.moreira
2026-06-11 09:41:45 +02:00
parent cf76c23ac6
commit db7fd6b3c0

View File

@@ -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 */