Re-add accidentaly removed line.
authorJan Schneider <jan@horde.org>
Wed, 3 Feb 2010 00:56:00 +0000 (01:56 +0100)
committerJan Schneider <jan@horde.org>
Wed, 3 Feb 2010 00:56:00 +0000 (01:56 +0100)
framework/Ui/lib/Horde/Ui/TagCloud.php

index 29bc44c..3da8420 100644 (file)
@@ -89,6 +89,7 @@ class Horde_Ui_TagCloud
     {
         $this->basefontsize = $basefontsize;
         $this->minfontsize = max($this->basefontsize - $this->fontsizerange, 0);
+        $this->maxfontsize = $this->basefontsize + $this->fontsizerange;
     }
 
     /**