Page MenuHomePhabricator

wfMsgExtForContent typo
Closed, ResolvedPublic

Description

Author: mediawiki-bugzilla

Description:
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 ) );


Version: unspecified
Severity: normal
URL: http://www.mwusers.com/forums/showthread.php?p=37442

Details

Reference
bz19325

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:37 PM
bzimport set Reference to bz19325.