https://bugzilla.wikimedia.org/show_bug.cgi?id=19325
Web browser: ---
Summary: wfMsgExtForContent typo
Product: MediaWiki extensions
Version: any
Platform: All
URL: http://www.mwusers.com/forums/showthread.php?p=37442
OS/Version: All
Status: NEW
Severity: normal
Priority: Normal
Component: SemanticForms
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Fatal error: Call to undefined function wfMsgExtForContent() in
/usr/share/mediawiki-extensions/SemanticForms/specials/SF_CreateProperty.php on
line 50
when creating a property. To fix it, change wfMsgExtForContent to
wfMsgForContent:
50c50
< $text .= "\n\n" . wfMsgExtForContent('sf_property_allowedvals', 'parsemag',
count( $allowed_values_array ) );
---
> $text .= "\n\n" . wfMsgForContent('sf_property_allowedvals', 'parsemag',
> count( $allowed_values_array ) );
--
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