Selaa lähdekoodia

bugfix workaround

andre 4 viikkoa sitten
vanhempi
commit
59689e2e32
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      app/UI/VmCreate/Sections/Qemu/GeneralSection.php

+ 2 - 1
app/UI/VmCreate/Sections/Qemu/GeneralSection.php

@@ -50,7 +50,8 @@ class GeneralSection extends HalfPageSection
     {
         $advancedUser = new AdvancedUserHelper($this->getWhmcsParamByKey('userid'));
         //cpuPrioryty
-        $cpuPrioryty = $this->configuration()->hasCpuPriority();
+//        $cpuPrioryty = $this->configuration()->hasCpuPriority();
+        $cpuPrioryty = false;
         //location
         if($this->configuration()->getLocations()){
             $field = new Select('location');