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

       Web browser: ---
             Bug #: 29335
           Summary: SF_SP_PAGE_HAS_DEFAULT_FORM broken in
                    SF_LanguageDe.php
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: blocker
          Priority: Unprioritized
         Component: SemanticForms
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


In "SF_LanguageDe.php" the constant "SF_SP_PAGE_HAS_DEFAULT_FORM" is written as
"SF_SP_HAS_DEFAULT_FORM".
Which results in a Stack-Trace from the MW.

Here my Patch (Tested with trunk 89795):

Index: SF_LanguageDe.php
===================================================================
--- SF_LanguageDe.php   (revision 89819)
+++ SF_LanguageDe.php   (working copy)
@@ -12,7 +12,7 @@

        /* private */ var $m_SpecialProperties = array(
                // always start upper-case
-               SF_SP_HAS_DEFAULT_FORM    => 'Hat Standardformular',
+               SF_SP_PAGE_HAS_DEFAULT_FORM    => 'Hat Standardformular',
                SF_SP_HAS_ALTERNATE_FORM  => 'Hat Alternativformular'
        );

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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