]> git.pld-linux.org Git - packages/bacula-web.git/commitdiff
fix use of system {t} modifier
authorElan Ruusamäe <glen@delfi.ee>
Thu, 24 Jan 2013 17:24:46 +0000 (19:24 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 24 Jan 2013 17:24:46 +0000 (19:24 +0200)
sys-libs.patch

index 3f9af8aa0811c55f66dd76467b5f9e5763320c9d..d6a946b8a215fa243d51d9355cd69f0afbed483e 100644 (file)
   
   // Configuration 
   require_once BW_OBJ . "cfg/config.class.php";
+--- bacula-web-5.2.2/core/i18n/ctranslation.class.php~ 2011-11-29 20:55:31.000000000 +0200
++++ bacula-web-5.2.2/core/i18n/ctranslation.class.php  2013-01-24 19:22:23.942340613 +0200
+@@ -30,9 +30,6 @@
+       }
+       function set_Language( &$template ) {
+-              // Template engine block registration
+-              $template->register_block('t','smarty_translate');
+-
+               // Setting up language
+               putenv("LANGUAGE=" . $this->language . '.' . $this->charset );
+               putenv("LANG=" . $this->language . '.' . $this->charset );
This page took 0.042012 seconds and 4 git commands to generate.