From 086ae52d12011746a75f5588e877347bc0457352 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 21 Mar 2008 11:49:34 +0100 Subject: Update auf MediaWiki 1.12.0 --- install-utils.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install-utils.inc') diff --git a/install-utils.inc b/install-utils.inc index a9892578..5b632d20 100644 --- a/install-utils.inc +++ b/install-utils.inc @@ -135,6 +135,6 @@ function mw_get_session_save_path() { function mw_have_dl() { return function_exists( 'dl' ) && is_callable( 'dl' ) - && ini_get( 'enable_dl' ) - && !ini_get( 'safe_mode' ); + && wfIniGetBool( 'enable_dl' ) + && !wfIniGetBool( 'safe_mode' ); } \ No newline at end of file -- cgit v1.2.2