https://bugzilla.wikimedia.org/show_bug.cgi?id=32970

--- Comment #1 from MWJames <jamesin.hongkon...@gmail.com> 2011-12-23 08:31:13 
UTC ---
We came across SpecialSearch.php (MW 1.18) line 104 which says:

>>>
if ( $profile === null) {
    $this->profile = 'advanced';
>>>

Instead of assuming option 'advanced' where $profile is empty, it certainly
would be more convenient to check for a global variable, use a hook or just
have a user option to decided which profile to be used as default.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to