Page MenuHomePhabricator

Special:RevisionDelete not working
Closed, ResolvedPublic

Description

When I go to Special:RevisionDelete with proper permissions, I get this error:

Fatal error: Call to a member function isSpecial() on a non-object in /includes/specials/SpecialRevisiondelete.php on line 150

Here is line 150:

if ( $this->targetObj->isSpecial( 'Log' ) ) {


Version: 1.20.x
Severity: major

Details

Reference
bz43012

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:08 AM
bzimport set Reference to bz43012.

This code was put into the 1.20.0 released but is not in master yet. It's Gerrit change 27869. I've uploaded patch set 8 which fixes this, so marking as fixed.