summaryrefslogtreecommitdiffstats
path: root/templates/part.feed.starred.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.feed.starred.php')
-rw-r--r--templates/part.feed.starred.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/part.feed.starred.php b/templates/part.feed.starred.php
index e3c787b65..24258b272 100644
--- a/templates/part.feed.starred.php
+++ b/templates/part.feed.starred.php
@@ -1,17 +1,17 @@
<li ng-class="{
- active: starredBl.isActive(0),
- unread: starredBl.getUnreadCount() > 0
+ active: starredBusinessLayer.isActive(0),
+ unread: starredBusinessLayer.getUnreadCount() > 0
}"
- ng-show="starredBl.isVisible(0)"
+ ng-show="starredBusinessLayer.isVisible(0)"
class="starred">
<a class="starred-icon"
href="#"
- ng-click="starredBl.load(0)">
+ ng-click="starredBusinessLayer.load(0)">
<?php p($l->t('Starred')) ?>
</a>
<span class="utils">
<span class="unread-counter">
- {{ starredBl.getUnreadCount() }}
+ {{ starredBusinessLayer.getUnreadCount() }}
</span>
</span>
</li> \ No newline at end of file