[limb-svn] r6030 - 3.x/trunk/limb/web_app/src/toolkit
svn at limb-project.com
svn at limb-project.com
Sun Jul 1 23:17:44 MSD 2007
Author: alex433
Date: 2007-07-01 23:17:44 +0400 (Sun, 01 Jul 2007)
New Revision: 6030
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6030
Modified:
3.x/trunk/limb/web_app/src/toolkit/lmbWebAppTools.class.php
Log:
-- lmbWebAppTools wrong method name: toolkit::findFileByAlias() is replaced by existing toolkit::findFileAlias()
Modified: 3.x/trunk/limb/web_app/src/toolkit/lmbWebAppTools.class.php
===================================================================
--- 3.x/trunk/limb/web_app/src/toolkit/lmbWebAppTools.class.php 2007-06-29 09:24:34 UTC (rev 6029)
+++ 3.x/trunk/limb/web_app/src/toolkit/lmbWebAppTools.class.php 2007-07-01 19:17:44 UTC (rev 6030)
@@ -128,7 +128,7 @@
$class_name = lmb_camel_case($controller_name) . 'Controller';
if(!class_exists($class_name))
{
- $file = $this->toolkit->findFileByAlias("$class_name.class.php", LIMB_CONTROLLERS_INCLUDE_PATH, 'controller');
+ $file = $this->toolkit->findFileAlias("$class_name.class.php", LIMB_CONTROLLERS_INCLUDE_PATH, 'controller');
lmb_require($file);
}
return new $class_name;
More information about the limb-svn
mailing list