diff program/include/rcmail_output_html.php @ 22:303b85d5b561

More cleaning up php8 Warnings/deprecations
author Charlie Root
date Wed, 15 Oct 2025 14:06:27 -0400
parents b631c1c7a3ce
children
line wrap: on
line diff
--- a/program/include/rcmail_output_html.php	Thu Oct 09 11:31:41 2025 -0400
+++ b/program/include/rcmail_output_html.php	Wed Oct 15 14:06:27 2025 -0400
@@ -1978,7 +1978,7 @@
         $out .= $input_url->show();
         $out .= $table->show();
 
-        if ($hide_host) {
+        if (isset($hide_host)) {
             $out .= $input_host->show();
         }