From 62f88e96a0f5d41e2bce3d990ee2c0c80d543520 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 1 Nov 2005 13:30:53 +0000 Subject: [PATCH] - fix Smarty path Changed files: drupal-themeengine-smarty-PLD.patch -> 1.2 --- drupal-themeengine-smarty-PLD.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drupal-themeengine-smarty-PLD.patch b/drupal-themeengine-smarty-PLD.patch index 582ca85..798e785 100644 --- a/drupal-themeengine-smarty-PLD.patch +++ b/drupal-themeengine-smarty-PLD.patch @@ -5,7 +5,7 @@ // Smarty Drupal engine, by default, expects a smarty installation in ./libs if (!class_exists('Smarty')) { // prevent redeclaration - require_once realpath('themes/engines/smarty/libs/Smarty.class.php'); -+ require_once 'Smarty/Smarty.class.php'; ++ require_once '/usr/share/php/Smarty/Smarty.class.php'; } class SmartyTemplate extends Smarty { -- 2.43.0