Browse Source

bugfix max disk size

andre 4 years ago
parent
commit
fa6a943ba0
1 changed files with 5 additions and 0 deletions
  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;
     }
 
+    public function setMaxValue($minValue)
+    {
+        $this->maxValue = $maxValue;
+    }
+
     /**
      * @param bool $visible
      */