diff --git a/app/gswave/index.php b/app/gswave/index.php index 9d97b67a50..65d451f679 100644 --- a/app/gswave/index.php +++ b/app/gswave/index.php @@ -30,7 +30,7 @@ require_once "resources/check_auth.php"; //check permissions - if (permission_exists('extension_edit')) { + if (permission_exists('gswave_view')) { //access granted } else {