Fixed missing require() on search.php in Special:Autofill (damn, when is this going to end?)
authorDan
Sat, 19 Jul 2008 21:14:26 -0400
changeset 648 082b7b47b859
parent 647 6bb3d447b4b8
child 649 74e03196fd43
Fixed missing require() on search.php in Special:Autofill (damn, when is this going to end?)
plugins/SpecialPageFuncs.php
--- a/plugins/SpecialPageFuncs.php	Sat Jul 19 21:01:57 2008 -0400
+++ b/plugins/SpecialPageFuncs.php	Sat Jul 19 21:14:26 2008 -0400
@@ -846,6 +846,8 @@
   global $db, $session, $paths, $template, $plugins; // Common objects
   global $lang;
   
+  require_once(ENANO_ROOT . '/includes/search.php');
+  
   header('Content-type: text/javascript');
   
   $dataset = array();