From 4ece066e7c05ae6c1e29c96784374f5d02aa3015 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 12 Jan 2006 23:01:44 +0000 Subject: Moved geshi to 3rdParty --- framework/Web/UI/TControl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/UI/TControl.php') diff --git a/framework/Web/UI/TControl.php b/framework/Web/UI/TControl.php index d6e1889d..382e3811 100644 --- a/framework/Web/UI/TControl.php +++ b/framework/Web/UI/TControl.php @@ -262,7 +262,7 @@ class TControl extends TComponent { $class=new ReflectionClass(get_class($this)); $assetPath=dirname($class->getFileName()).'/'.$assetPath; - return $this->getService()->getAssetManager()->publishFilePath($assetPath); + return $this->getService()->getAsset($assetPath); } /** -- cgit v1.2.3