Reinstate modules_xlvask_sync_usage permission check in XLVask debug task route.

This commit is contained in:
Jepp9350
2025-06-17 20:09:24 +02:00
parent cc0d1861cc
commit b068d499ca
@@ -192,7 +192,7 @@ class moduleXLVaskRoute
$this->get('/modules/xlvask/tasks/debug', function () {
global $response;
//self::requirePermission('modules_xlvask_sync_usage');
self::requirePermission('modules_xlvask_sync_usage');
// Create the xlvask tasks object
$xlvask = new xlvask();
$user = new users_o();