Last modified: 2013-05-10 16:11:30 UTC
[20-May-2011 06:49:31] PHP Notice: Undefined property: stdClass::$rev_user in /www/w/includes/revisiondelete/RevisionDeleteAbstracts.php on line 411 [20-May-2011 06:49:31] PHP Notice: Undefined property: stdClass::$rev_user_text in /www/w/includes/revisiondelete/RevisionDeleteAbstracts.php on line 419
/** * Get the author user ID */ public function getAuthorId() { $field = $this->list->getAuthorIdField(); return intval( $this->row->$field ); } /** * Get the author user name */ public function getAuthorName() { $field = $this->list->getAuthorNameField(); return strval( $this->row->$field ); } That just looks completely wrong...
Changing default assignee per IRC
Is this still a issue after 2 years?