includes/tagcloud.php
changeset 286 b2f985e4cef3
parent 166 d53cc29308f4
child 304 e2cb5f1432c8
child 322 5f1cd51bf1be
--- a/includes/tagcloud.php	Fri Nov 23 17:59:24 2007 -0500
+++ b/includes/tagcloud.php	Sat Nov 24 00:53:23 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 )
     {