summaryrefslogtreecommitdiff
path: root/framework/Web/TAssetManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/TAssetManager.php')
-rw-r--r--framework/Web/TAssetManager.php2
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;
}