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

       Web browser: ---
             Bug #: 30622
           Summary: [SignupAPI] Configuration is ignored
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: Unprioritized
         Component: [other]
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


The main PHP file of the extension defines $wgSignupAPIUseAjax and
$wgSignupAPISourceTracking (set to true by default).

The problem is that no matter what one puts in LocalSettings these are always
used as if they are set to true.

The reason is because they are used from within the main php file. The
LocalSetting seems ignored because the variables are used to soon (rather than
from within a class method when the information must be known).

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to