]> git.pld-linux.org Git - packages/lms.git/commitdiff
- fixed opening paren
authorTomasz Pala <gotar@pld-linux.org>
Thu, 30 Nov 2006 21:07:56 +0000 (21:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lms-smarty.patch -> 1.2

lms-smarty.patch

index b6f6ca5abd4f2c3ae6acdc9311c7af9977dbc0aa..1bc9d0595e6f540af3ff27b3a275873cedee72b9 100644 (file)
@@ -38,7 +38,7 @@
  // Initialize templates engine (must be before locale settings)
  
 -require_once($_LIB_DIR.'/Smarty/Smarty.class.php');
-+require_once '/usr/share/php/Smarty/Smarty.class.php');
++require_once('/usr/share/php/Smarty/Smarty.class.php');
  
  $SMARTY = new Smarty;
  
This page took 0.072753 seconds and 4 git commands to generate.