]> git.pld-linux.org Git - packages/eventum.git/commitdiff
smarty3-plugin-gettext hack
authorElan Ruusamäe <glen@delfi.ee>
Mon, 14 Sep 2015 10:20:52 +0000 (13:20 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 14 Sep 2015 10:20:52 +0000 (13:20 +0300)
eventum-paths.patch

index 447d913885f1eb78c6edfff8ff8990b5e1bd132d..956a7eaedb811c2298d8372b67fcb88c32612f82 100644 (file)
  }
  
  // add PEAR to the include path, required by PEAR classes
+--- ./init.php 2015-08-04 21:55:51.000000000 +0300
++++ ./init.php 2015-07-02 22:16:40.638270324 +0300
+@@ -197,6 +197,8 @@
+ }
+ require_once APP_PATH . '/autoload.php';
++# hack
++require_once '/usr/share/php/Smarty3/plugins/block.t.php';
+ // fix magic_quote_gpc'ed values
+ if (get_magic_quotes_gpc()) {
This page took 0.116073 seconds and 4 git commands to generate.