Explorar o código

Wouter Teepe mentioned that I neglected to add these lines earlier

Tyler Akins %!s(int64=23) %!d(string=hai) anos
pai
achega
a79fd0efab
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      functions/gettext.php

+ 4 - 0
functions/gettext.php

@@ -38,6 +38,10 @@
       $gettext_php_loaded_language = '';
       session_register('gettext_php_loaded_language');
    }
+   if (! isset($gettext_php_short_circuit)) {
+      $gettext_php_short_circuit = false;
+      session_register('gettext_php_short_circuit');
+   }
 
    function gettext_php_load_strings() {
       global $squirrelmail_language, $gettext_php_translateStrings,