Index: trunk/extensions/ConfigureWMF/ConfigureWMF.class.php |
— | — | @@ -49,7 +49,9 @@ |
50 | 50 | global $IP; |
51 | 51 | |
52 | 52 | // No Setup.php yet. Initialise everything by ourselves |
| 53 | + require_once( $IP . '/includes/GlobalFunctions.php' ); |
53 | 54 | require_once( $IP . '/includes/ObjectCache.php' ); |
| 55 | + |
54 | 56 | $wgMemc = wfGetMainCache(); |
55 | 57 | |
56 | 58 | // Caching not yet working |