From 424a194a6c245a71626aafe09c5ce5a3e71003c3 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 2 Jul 2006 16:29:06 +0000 Subject: [PATCH] need ImageFunctions.php --- thumb.php | 1 + 1 file changed, 1 insertion(+) diff --git a/thumb.php b/thumb.php index 9f5eeba583..54ec64cf00 100644 --- a/thumb.php +++ b/thumb.php @@ -17,6 +17,7 @@ define( 'MW_NO_OUTPUT_BUFFER', true ); require_once( './includes/Defines.php' ); require_once( './LocalSettings.php' ); require_once( 'GlobalFunctions.php' ); +require_once( 'ImageFunctions.php' ); $wgTrivialMimeDetection = true; //don't use fancy mime detection, just check the file extension for jpg/gif/png. -- 2.20.1