This commit is contained in:
Hystepik 2025-02-10 13:05:40 +01:00
parent 9f55909d93
commit 267053f0fd

View File

@ -2989,7 +2989,7 @@ if ($action == 'removecspsource' && $usercanedit) {
}
$directivetype = $directivesarray[$directive]["data-directivetype"];
if (!isset($sourcekey)) {
if (isset($sourcekey)) {
$sourcetype = $sourcesarray[$directivetype][$sourcekey]["data-sourcetype"];
}