diff options
Diffstat (limited to 'app/views/stats/idle.phtml')
| -rw-r--r-- | app/views/stats/idle.phtml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/stats/idle.phtml b/app/views/stats/idle.phtml index 8efaef5e9..40feb4a03 100644 --- a/app/views/stats/idle.phtml +++ b/app/views/stats/idle.phtml @@ -1,4 +1,7 @@ -<?php $this->partial('aside_subscription'); ?> +<?php + /** @var FreshRSS_View $this */ + $this->partial('aside_subscription'); +?> <main class="post"> <div class="link-back-wrapper"> |
