Skip to content
Snippets Groups Projects
Commit 2b5ce0af authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

act_build: replace array_key_exists with isset()

parent d0e782ec
No related branches found
No related tags found
1 merge request!62V2.0
......@@ -46,7 +46,7 @@ if (!array_key_exists("confirm", $aParams)) {
$sRevison = false;
$aRepodata = $oPrj->getRepoRevision(true);
if (array_key_exists("revision", $aRepodata)) {
if (isset($aRepodata["revision"])) {
$sRevison = $aRepodata["revision"];
if (
array_key_exists("revision", $aPhaseData2["onhold"]) && $aPhaseData2["onhold"]["revision"] == $sRevison
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment