Last modified: 2010-05-15 15:41:07 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 T9324, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 7324 - wrong variable name
wrong variable name
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Database (Other open bugs)
1.7.x
PC Windows XP
: Normal trivial (vote)
: ---
Assigned To: Nobody - You can work on this!
: patch
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-09-14 16:25 UTC by Kako
Modified: 2010-05-15 15:41 UTC (History)
0 users

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


Attachments

Description Kako 2006-09-14 16:25:54 UTC
file Database.php 

function sourceFile( $filename ) {
  $fp = fopen( $filename, 'r' );
  if ( false === $fp ) {
    return "Could not open \"{$fname}\".\n";
  }
...

should be:
    return "Could not open \"{$filename}\".\n";


Thats all :-)
Comment 1 Brion Vibber 2006-09-14 17:09:10 UTC
Fixed on trunk in r16513

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


Navigation
Links