r37065 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r37064
|
r37065
|
r37066
>
Date:
20:05, 4 July 2008
Author:
daniel
Status:
old
Tags:
Comment:
added missing initialization for 'category not found' code path
Modified paths:
/trunk/extensions/CategoryTree/CategoryTreeFunctions.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/CategoryTree/CategoryTreeFunctions.php
—
—
@@ -358,6 +358,8 @@
359
359
if ( isset( $attr['class'] ) ) $attr['class'] .= ' CategoryTreeTag';
360
360
else $attr['class'] = ' CategoryTreeTag';
361
361
362
+ $this->init();
363
+
362
364
$html = '';
363
365
$html .= Xml::openElement( 'div', $attr );
364
366
Status & tagging log
15:28, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r37065
[
removed:
ok
added:
old]