Kaynağa Gözat

fix branch being disabled

causefx 7 yıl önce
ebeveyn
işleme
85392306f0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      api/functions/organizr-functions.php

+ 1 - 1
api/functions/organizr-functions.php

@@ -466,7 +466,7 @@ function getSettingsMain()
 				'label' => 'Branch',
 				'value' => $GLOBALS['branch'],
 				'options' => getBranches(),
-				'disabled' => $GLOBALS['branch'],
+				'disabled' => $GLOBALS['docker'],
 				'help' => ($GLOBALS['docker']) ? 'Since you are using the Official Docker image, Change the image to change the branch' : 'Choose which branch to download from'
 			),
 			array(