From 1687ebb3aebdbe453d8040cdba3837742c52f73a Mon Sep 17 00:00:00 2001 From: fusionate Date: Thu, 10 Dec 2020 16:58:50 -0700 Subject: [PATCH] Destinations: Correct permission. --- app/destinations/resources/destinations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/destinations/resources/destinations.php b/app/destinations/resources/destinations.php index 50810a1652..e8095231bf 100644 --- a/app/destinations/resources/destinations.php +++ b/app/destinations/resources/destinations.php @@ -6,7 +6,7 @@ require_once "resources/check_auth.php"; //check permissions - if (permission_exists('extension_view')) { + if (permission_exists('destination_view')) { //access granted } else {