[limb-svn] r7068 - 3.x/trunk/limb/core/src
svn at limb-project.com
svn at limb-project.com
Wed Jun 25 17:56:41 MSD 2008
Author: korchasa
Date: 2008-06-25 17:56:41 +0400 (Wed, 25 Jun 2008)
New Revision: 7068
URL: http://fisheye.limb-project.com/changelog/limb/?cs=7068
Modified:
3.x/trunk/limb/core/src/lmbCollectionDecorator.class.php
Log:
-- fix relative path
Modified: 3.x/trunk/limb/core/src/lmbCollectionDecorator.class.php
===================================================================
--- 3.x/trunk/limb/core/src/lmbCollectionDecorator.class.php 2008-06-25 13:53:07 UTC (rev 7067)
+++ 3.x/trunk/limb/core/src/lmbCollectionDecorator.class.php 2008-06-25 13:56:41 UTC (rev 7068)
@@ -2,9 +2,9 @@
/*
* Limb PHP Framework
*
- * @link http://limb-project.com
+ * @link http://limb-project.com
* @copyright Copyright © 2004-2007 BIT(http://bit-creative.com)
- * @license LGPL http://www.gnu.org/copyleft/lesser.html
+ * @license LGPL http://www.gnu.org/copyleft/lesser.html
*/
lmb_require('limb/core/src/lmbCollectionInterface.interface.php');
@@ -91,7 +91,7 @@
//Countable interface
function count()
{
- return $this->iterator->count();
+ return (int) $this->iterator->count();
}
//end
More information about the limb-svn
mailing list