r67074 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r67073
|
r67074
|
r67075
>
Date:
14:56, 30 May 2010
Author:
jeroendedauw
Status:
deferred
Tags:
Comment:
Follow up to
r67055
- fixed returned variable name
Modified paths:
/trunk/extensions/SemanticMediaWiki/includes/SMW_SemanticData.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_SemanticData.php
—
—
@@ -112,7 +112,7 @@
113
113
* @return array
114
114
*/
115
115
public function __sleep() {
116
- return array( 'subject' );
116
+ return array( 'mSubject' );
117
117
}
118
118
119
119
/**
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r67055
Code/doc/style improvements
jeroendedauw
21:00, 29 May 2010
Status & tagging log
18:53, 31 May 2010
MaxSem
(
talk
|
contribs
)
changed the
status
of r67074
[
removed:
new
added:
deferred]