r71753 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r71752
|
r71753
|
r71754
>
Date:
22:01, 26 August 2010
Author:
kaldari
Status:
ok
Tags:
Comment:
fixing paging for campaign interface - requires deploy of
r71059
and
r71098
Modified paths:
/trunk/extensions/CentralNotice/TemplatePager.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/CentralNotice/TemplatePager.php
—
—
@@ -30,7 +30,7 @@
31
31
* Sort the banner list by tmp_id
32
32
*/
33
33
function getIndexField() {
34
- return 'tmp_id';
34
+ return 'cn_templates.tmp_id';
35
35
}
36
36
37
37
/**
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r71059
fix to handle case of mIndexField including a table prefix
kaldari
01:57, 14 August 2010
r71098
Fixed E_STRICT from
r71059
maxsem
07:03, 15 August 2010
Status & tagging log
22:27, 30 August 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r71753
[
removed:
new
added:
ok]