From b73cd99230ed7a2fbb6924b4ecb3c0c91383aa50 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Tue, 23 Mar 2004 22:35:25 +0000 Subject: [PATCH] Spelling fix wgUsePHPTal --- config/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/index.php b/config/index.php index 023852fe3d..4e2d3bf3cd 100644 --- a/config/index.php +++ b/config/index.php @@ -658,8 +658,8 @@ if( \$wgCommandLineMode ) { \$wgLanguageCode = \"{$conf->LanguageCode}\"; " . ($conf->Encoding ? "\$wgInputEncoding = \$wgOutputEncoding = \"{$conf->Encoding}\";" : "" ) . " -\$wgUsePHPTAL = false; -if ( \$wgUsePHPTAL ) { +\$wgUsePHPTal = false; +if ( \$wgUsePHPTal ) { ini_set( \"include_path\", \"\$IP/PHPTAL-NP-0.7.0/libs:\" . ini_get(\"include_path\") ); } -- 2.20.1