https://bugzilla.wikimedia.org/show_bug.cgi?id=65765
--- Comment #6 from Mark A. Hershberger <[email protected]> --- Since I can't test this, could you try the following one-line change to includes/Revision.php and tell me if the problem disappears? diff --git a/includes/Revision.php b/includes/Revision.php index 1ad0b4a..b88bb2e 100644 --- a/includes/Revision.php +++ b/includes/Revision.php @@ -444,6 +444,7 @@ class Revision implements IDBAccessObject { 'ar_id', 'ar_page_id', 'ar_rev_id', + 'ar_text', 'ar_text_id', 'ar_timestamp', 'ar_comment', -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
