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: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/%7B%24www_url%7Dadmin/compta/categories/%7B%7B%20url_for%28%27add_vote%27%29%20%7D%7D?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 {