mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
fix Ci
This commit is contained in:
parent
9f55909d93
commit
267053f0fd
|
|
@ -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"];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user