mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-22 05:20:56 +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:
parent
1ac84c1b59
commit
4a00e47646
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
final class PhabricatorConfigIgnoreController
|
final class PhabricatorConfigIgnoreController
|
||||||
extends PhabricatorApplicationsController {
|
extends PhabricatorConfigController {
|
||||||
|
|
||||||
private $verb;
|
private $verb;
|
||||||
private $issue;
|
private $issue;
|
||||||
|
|
Loading…
Reference in a new issue