diff options
Diffstat (limited to 'app/views/helpers/feed/update.phtml')
| -rw-r--r-- | app/views/helpers/feed/update.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/feed/update.phtml b/app/views/helpers/feed/update.phtml index 0666a7130..c5dae8460 100644 --- a/app/views/helpers/feed/update.phtml +++ b/app/views/helpers/feed/update.phtml @@ -50,7 +50,7 @@ $originalIconUrl = $this->feed->favicon(); $this->feed->_attribute('customFavicon', $currentIconUrl !== $originalIconUrl); $this->feed->resetFaviconHash(); - $ext_url = Minz_ExtensionManager::callHook('custom_favicon_btn_url', $this->feed); + $ext_url = Minz_ExtensionManager::callHook(Minz_HookType::CustomFaviconBtnUrl, $this->feed); ?> <div class="group-name"><?= _t('sub.feed.icon') ?></div> <div class="group-controls"> |
