includes/tagcloud.php
changeset 304 e2cb5f1432c8
parent 229 97ae8e9d5e29
parent 286 b2f985e4cef3
child 326 ab66d6d1f1f4
--- a/includes/tagcloud.php	Sun Dec 02 15:27:21 2007 -0500
+++ b/includes/tagcloud.php	Sun Dec 02 16:00:10 2007 -0500
@@ -35,7 +35,7 @@
    * @param array Optional. An initial list of words, just a plain old array.
    */
   
-  function __construct($words)
+  function __construct($words = array())
   {
     if ( count($words) > 0 )
     {