From: Gabriel Wicke Date: Tue, 11 May 2004 01:14:01 +0000 (+0000) Subject: make phptal available even if ini_set can't be set X-Git-Tag: 1.3.0beta1~94 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=2edb5aefd4592bd9d3cae9592bcc40057093edec;p=lhc%2Fweb%2Fwiklou.git make phptal available even if ini_set can't be set --- diff --git a/includes/SkinPHPTal.php b/includes/SkinPHPTal.php index 63de6e3fc8..fa0dcbfa5e 100644 --- a/includes/SkinPHPTal.php +++ b/includes/SkinPHPTal.php @@ -27,7 +27,7 @@ # http://www.gnu.org/copyleft/gpl.html require_once "GlobalFunctions.php"; - require_once "PHPTAL.php"; + require_once $IP."/PHPTAL-NP-0.7.0/libs/PHPTAL.php"; class MediaWiki_I18N extends PHPTAL_I18N {