Last modified: 2009-06-21 13:19:26 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T21325, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 19325 - wfMsgExtForContent typo
wfMsgExtForContent typo
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
SemanticForms (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Yaron Koren
http://www.mwusers.com/forums/showthr...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-06-21 12:53 UTC by Karsten Hiddemann
Modified: 2009-06-21 13:19 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Karsten Hiddemann 2009-06-21 12:53:57 UTC
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 ) );
Comment 1 Alexandre Emsenhuber [IAlex] 2009-06-21 13:19:26 UTC
was fixed in r50101.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links