|
From: Greg M. <bli...@us...> - 2008-01-27 20:08:25
|
Update of /cvsroot/phpwebsite-comm/modules/featuredphoto/class In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5055 Modified Files: block.php Log Message: Fixed notice Index: block.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/featuredphoto/class/block.php,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** block.php 27 Jan 2008 18:03:31 -0000 1.24 --- block.php 27 Jan 2008 20:08:26 -0000 1.25 *************** *** 563,566 **** --- 563,567 ---- function getListTags() { + $links = array(); $vars['block_id'] = $this->getId(); |