From: River Tarnell Date: Fri, 9 Mar 2007 15:05:07 +0000 (+0000) Subject: Special:Contributions: Notice: Undefined property: stdClass::$rev_len in /var/www... X-Git-Tag: 1.31.0-rc.0~53836 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=20f727c801f7ae91a0450f47be9c8789c41192ce;p=lhc%2Fweb%2Fwiklou.git Special:Contributions: Notice: Undefined property: stdClass::$rev_len in /var/www/html/wiki-pg/includes/Revision.php on line 267 --- diff --git a/includes/SpecialContributions.php b/includes/SpecialContributions.php index ac8f509841..e4430b4a70 100644 --- a/includes/SpecialContributions.php +++ b/includes/SpecialContributions.php @@ -164,7 +164,7 @@ class ContribsFinder { $sql = 'SELECT ' . 'page_namespace,page_title,page_is_new,page_latest,'. 'rev_id,rev_page,rev_text_id,rev_timestamp,rev_comment,rev_minor_edit,rev_user,rev_user_text,'. - 'rev_deleted ' . + 'rev_deleted,rev_len ' . "FROM $page,$revision $use_index " . "WHERE page_id=rev_page AND $userCond $nscond $offsetQuery " . 'ORDER BY rev_timestamp DESC';