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:
parent
1ac84c1b59
commit
4a00e47646
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
final class PhabricatorConfigIgnoreController
|
||||
extends PhabricatorApplicationsController {
|
||||
extends PhabricatorConfigController {
|
||||
|
||||
private $verb;
|
||||
private $issue;
|
||||
|
|
Loading…
Reference in a new issue