Parcourir la source

bugfix workaround

andre il y a 1 semaine
Parent
commit
59689e2e32
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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'));
         $advancedUser = new AdvancedUserHelper($this->getWhmcsParamByKey('userid'));
         //cpuPrioryty
         //cpuPrioryty
-        $cpuPrioryty = $this->configuration()->hasCpuPriority();
+//        $cpuPrioryty = $this->configuration()->hasCpuPriority();
+        $cpuPrioryty = false;
         //location
         //location
         if($this->configuration()->getLocations()){
         if($this->configuration()->getLocations()){
             $field = new Select('location');
             $field = new Select('location');