Last modified: 2013-05-10 16:11:30 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T31059, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 29059 - PHP notices in revisiondelete
PHP notices in revisiondelete
Status: NEW
Product: MediaWiki
Classification: Unclassified
Page deletion (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: 39480
  Show dependency treegraph
 
Reported: 2011-05-20 06:54 UTC by Niklas Laxström
Modified: 2013-05-10 16:11 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Niklas Laxström 2011-05-20 06:54:08 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
Comment 1 Sam Reed (reedy) 2011-05-20 09:02:28 UTC
	/**
	 * 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...
Comment 2 Mark A. Hershberger 2011-12-20 21:08:58 UTC
Changing default assignee per IRC
Comment 3 db [inactive,noenotif] 2013-05-10 16:11:30 UTC
Is this still a issue after 2 years?

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links