summaryrefslogtreecommitdiff
path: root/framework/Web/UI/TControl.php
diff options
context:
space:
mode:
authorxue <>2006-01-12 23:01:44 +0000
committerxue <>2006-01-12 23:01:44 +0000
commit4ece066e7c05ae6c1e29c96784374f5d02aa3015 (patch)
tree9994b8074d59a7942401de925d6427b2b6bb1c5e /framework/Web/UI/TControl.php
parent1503b7c7c90f06d75929fe47fc6ee478d447ae9c (diff)
Moved geshi to 3rdParty
Diffstat (limited to 'framework/Web/UI/TControl.php')
-rw-r--r--framework/Web/UI/TControl.php2
1 files changed, 1 insertions, 1 deletions
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);
}
/**