Last modified: 2010-05-15 15:33:15 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 T5153, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 3153 - Typo in compressOld.inc prevents compressOld from working
Typo in compressOld.inc prevents compressOld from working
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.4.x
All All
: Lowest trivial (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-08-15 08:34 UTC by Klaus Stock
Modified: 2010-05-15 15:33 UTC (History)
0 users

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


Attachments

Description Klaus Stock 2005-08-15 08:35:00 UTC
Simple. On line 14 in compressOld.php it says:

$old = $dbw->tableName( 'old' );

It should say:

$old = $dbr->tableName( 'old' );

Change is tested, works. Seems to be an issue for the 1.4 branch only, as the 
1.5 version of compressOld appears to be under heavy construction currently 
(and this typo has already been corrected there, I have checked it).

Now, wait. How long is the 1.4 branch going to live? Does it still make sense 
to fix bugs there, or should we ignore it and wait for 1.5?
Comment 1 Klaus Stock 2005-08-15 08:36:20 UTC
> Simple. On line 14 in compressOld.php it says:

Sorry. I meant "compressOld.inc"!
Comment 2 Brion Vibber 2005-09-17 08:40:45 UTC
Actually that line can just be removed; I've done so in REL1_4 branch and if there is a 
1.4.10 release it will be included.

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


Navigation
Links