[limb-svn] r6942 - in 3.x/trunk/limb: core/src view/src/wact

svn at limb-project.com svn at limb-project.com
Thu Apr 17 21:38:14 MSD 2008


Author: svk
Date: 2008-04-17 21:38:14 +0400 (Thu, 17 Apr 2008)
New Revision: 6942
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6942

Modified:
   3.x/trunk/limb/core/src/lmbDelegatesChain.class.php
   3.x/trunk/limb/view/src/wact/lmbWactTemplateLocator.class.php
Log:
-- PHP close tag removed
-- require_once replaced with lmb_require for view package bundling

Modified: 3.x/trunk/limb/core/src/lmbDelegatesChain.class.php
===================================================================
--- 3.x/trunk/limb/core/src/lmbDelegatesChain.class.php	2008-04-17 11:50:51 UTC (rev 6941)
+++ 3.x/trunk/limb/core/src/lmbDelegatesChain.class.php	2008-04-17 17:38:14 UTC (rev 6942)
@@ -85,5 +85,4 @@
     return lmbDelegate::invokeChain($this->delegates, $args); 
   }
   
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file

Modified: 3.x/trunk/limb/view/src/wact/lmbWactTemplateLocator.class.php
===================================================================
--- 3.x/trunk/limb/view/src/wact/lmbWactTemplateLocator.class.php	2008-04-17 11:50:51 UTC (rev 6941)
+++ 3.x/trunk/limb/view/src/wact/lmbWactTemplateLocator.class.php	2008-04-17 17:38:14 UTC (rev 6942)
@@ -6,7 +6,7 @@
  * @copyright  Copyright © 2004-2007 BIT(http://bit-creative.com)
  * @license    LGPL http://www.gnu.org/copyleft/lesser.html 
  */
-require_once('limb/wact/src/locator/WactTemplateLocator.interface.php');
+lmb_require('limb/wact/src/locator/WactTemplateLocator.interface.php');
 
 /**
  * class lmbWactTemplateLocator.



More information about the limb-svn mailing list