Bläddra i källkod

bugfix max disk size

andre 4 år sedan
förälder
incheckning
fa6a943ba0
1 ändrade filer med 5 tillägg och 0 borttagningar
  1. 5 0
      core/UI/Widget/Forms/Fields/Range.php

+ 5 - 0
core/UI/Widget/Forms/Fields/Range.php

@@ -39,6 +39,11 @@ class Range extends BaseField
         return $this->maxValue;
         return $this->maxValue;
     }
     }
 
 
+    public function setMaxValue($minValue)
+    {
+        $this->maxValue = $maxValue;
+    }
+
     /**
     /**
      * @param bool $visible
      * @param bool $visible
      */
      */