r14632 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r14631
|
r14632
|
r14633
>
Date:
07:50, 7 June 2006
Author:
brion
Status:
old
Tags:
Comment:
Unbreak the wiki when the base BagOStuff class is used for faux cache objects (as in parser tests)
This was broken in
r14631
by declaring the class abstract, and therefore non-instantiable.
Modified paths:
/trunk/phase3/includes/BagOStuff.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/BagOStuff.php
—
—
@@ -33,9 +33,8 @@
34
34
* $bag = new MysqlBagOStuff($tablename); # connect to db first
35
35
*
36
36
* @package MediaWiki
37
- * @abstract
38
37
*/
39
-abstract class BagOStuff {
38
+class BagOStuff {
40
39
var $debugmode;
41
40
42
41
function BagOStuff() {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r14631
Removed most exit() calls from the MediaWiki core, by replacing them with eit...
tstarling
06:40, 7 June 2006
Status & tagging log
01:58, 13 October 2010
😂
(
talk
|
contribs
)
changed the
status
of r14632
[
removed:
new
added:
old]