1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-19 03:50:54 +01:00

Fix wrong subclass in ConfigIgnore controller

Summary: Fixes T6436. We subclass the wrong controller and miss the admin-only check.

Test Plan: Ignored / unignored set up issues.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T6436

Differential Revision: https://secure.phabricator.com/D10765
This commit is contained in:
epriestley 2014-10-30 15:33:13 -07:00
parent 1ac84c1b59
commit 4a00e47646

View file

@ -1,7 +1,7 @@
<?php
final class PhabricatorConfigIgnoreController
extends PhabricatorApplicationsController {
extends PhabricatorConfigController {
private $verb;
private $issue;