diff -r dc08c70ca550 -r e2cb5f1432c8 includes/tagcloud.php --- 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 ) {