From 30ebfa1aed8b7f11d85a1667d173a3502634f459 Mon Sep 17 00:00:00 2001 From: petersirka Date: Tue, 10 Dec 2024 08:50:23 +0100 Subject: [PATCH] Improved action properties. --- builders.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builders.js b/builders.js index 5ca25ce..001f2c1 100755 --- a/builders.js +++ b/builders.js @@ -1339,7 +1339,7 @@ ActionCaller.prototype.exec = function() { } } - if (action.sa) { + if (action.sa || action.su) { if (!$.user || (!$.user.sa && !$.user.su)) { $.invalid(401); return;