# HG changeset patch # User Dan # Date 1216516466 14400 # Node ID 082b7b47b8593472d9564987faded3ef1c5890da # Parent 6bb3d447b4b865999a90c8102da2b34c2a5c852b Fixed missing require() on search.php in Special:Autofill (damn, when is this going to end?) diff -r 6bb3d447b4b8 -r 082b7b47b859 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();