From: <ki...@us...> - 2010-05-15 01:02:49
|
Revision: 516 http://xc-tokai.svn.sourceforge.net/xc-tokai/?rev=516&view=rev Author: kilica Date: 2010-05-15 01:02:43 +0000 (Sat, 15 May 2010) Log Message: ----------- add delegate functions to preload/AssetPreload.class.php Modified Paths: -------------- modules_biznews/trunk/xoops_trust_path/modules/biznews/preload/AssetPreload.class.php Modified: modules_biznews/trunk/xoops_trust_path/modules/biznews/preload/AssetPreload.class.php =================================================================== --- modules_biznews/trunk/xoops_trust_path/modules/biznews/preload/AssetPreload.class.php 2010-05-11 14:16:42 UTC (rev 515) +++ modules_biznews/trunk/xoops_trust_path/modules/biznews/preload/AssetPreload.class.php 2010-05-15 01:02:43 UTC (rev 516) @@ -53,6 +53,8 @@ $this->mRoot->mDelegateManager->add('Legacy_Utils.CreateBlockProcedure','Biznews_AssetPreloadBase::getBlock'); $file = BIZNEWS_TRUST_PATH.'/class/DelegateFunctions.class.php'; $this->mRoot->mDelegateManager->add('Legacy_Progress.GetManagedModules','Biznews_DelegateFunctions::getManagedModules', $file); + $this->mRoot->mDelegateManager->add('Legacy_Progress.GetSourceUrl','Biznews_DelegateFunctions::getSourceUrl', $file); + $this->mRoot->mDelegateManager->add('Legacy_Progress.UpdateStatus','Biznews_DelegateFunctions::updateStatus', $file); } /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |