Page MenuHomePhabricator

PHP notices in revisiondelete
Closed, ResolvedPublic

Description

[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


Version: unspecified
Severity: normal

Details

Reference
bz29059

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:37 PM
bzimport set Reference to bz29059.
bzimport added a subscriber: Unknown Object (MLST).

/**

  • 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...

Is this still a issue after 2 years?

Krenair claimed this task.
Krenair subscribed.

I doubt it. Reopen if it is.

Krenair set Security to None.