Last modified: 2007-01-11 17:52:17 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 T10583, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 8583 - Typo in ExtensionFunctions.php
Typo in ExtensionFunctions.php
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
unspecified
All All
: Normal trivial (vote)
: ---
Assigned To: Nobody - You can work on this!
http://svn.wikimedia.org/viewvc/media...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-01-11 17:48 UTC by Jason Armistead
Modified: 2007-01-11 17:52 UTC (History)
0 users

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


Attachments

Description Jason Armistead 2007-01-11 17:48:32 UTC
Looking at latest revsion of ExtensionFunctions.php, the word "constructor" in the first switch 
statement is incorrect.

It reads (lines trimmed of excess whitespace to fit neatly)

    default: 
             wfDebugDieBacktrace( "Too many arguments to construtor in extCreateObject" );

But should read

    default:
             wfDebugDieBacktrace( "Too many arguments to constructor in extCreateObject" );

A small, easily fixable typo.
Comment 1 Jason Armistead 2007-01-11 17:50:01 UTC
Silly me, I spelt "revision" wrong on the  first line of my description !!!  Shows how easy it is to 
do this.
Comment 2 Rotem Liss 2007-01-11 17:52:17 UTC
Fixed in r19125.

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


Navigation
Links