diff options
author | ctrlaltca@gmail.com <> | 2011-07-16 09:28:55 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-07-16 09:28:55 +0000 |
commit | fedddfd60edb9cfe5bb5a90745ad7d8b963661ac (patch) | |
tree | 184efa20737fe468b64c77356612488c6ccab2d7 /framework/Web/TAssetManager.php | |
parent | 07a205ffd62910c79e09c5fd5247868c4b163ec5 (diff) |
applied prado-lazyload-in-callbacks-patch (ticket #348)
Diffstat (limited to 'framework/Web/TAssetManager.php')
-rw-r--r-- | framework/Web/TAssetManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/TAssetManager.php b/framework/Web/TAssetManager.php index 61634910..7f3d4986 100644 --- a/framework/Web/TAssetManager.php +++ b/framework/Web/TAssetManager.php @@ -182,7 +182,7 @@ class TAssetManager extends TModule * @return array List of published assets
* @since 3.1.6
*/
- protected function getPublished()
+ public function getPublished()
{
return $this->_published;
}
|