typo fix
[squirrelmail.git] / functions / display_messages.php
index 9fd589676b5c5b243bc405eef99c3a856fee6ce6..f0291ab26829d0aec3cb9267127ed5dd2149ece5 100644 (file)
@@ -93,7 +93,8 @@ function plain_error_message($message, $color) {
 function logout_error( $errString, $errTitle = '' ) {
 
     GLOBAL $frame_top, $org_logo, $org_name, $org_logo_width, $org_logo_height,
-           $hide_sm_attributions, $version, $DOCUMENT_ROOT;
+           $hide_sm_attributions, $version, $DOCUMENT_ROOT,
+           $squirrelmail_language;
     $base_uri = sqm_baseuri();
     include_once($DOCUMENT_ROOT . $base_uri . 'functions/page_header.php' );
     if ( !isset( $org_logo ) ) {