Skip to content

Commit 4ba09b6

Browse files
committed
update smallUpdateMessageCache (models)
1 parent 1c81952 commit 4ba09b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ubiquity/controllers/admin/UbiquityMyAdminBaseController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ protected function reloadConfig($originalConfig) {
368368
protected function _checkModelsUpdates(&$config, $onMainPage) {
369369
$models = CacheManager::modelsCacheUpdated($config);
370370
if (\is_array($models) && \count($models) > 0) {
371-
$this->_smallUpdateMessageCache($onMainPage, 'models', 'sticky note inverted', 'Updated models files (<b>' . count($models) . '</b>)&nbsp;', 'small inverted compact', $onMainPage ? '_initCache/models' : '_initCache/models/models', $onMainPage ? '#models-refresh' : '#main-content');
371+
$this->_smallUpdateMessageCache($onMainPage, 'models', 'sticky note inverted', 'Updated models files (<b>' . count($models) . '</b>)&nbsp;', 'inverted', $onMainPage ? '_initCache/models' : '_initCache/models/models', $onMainPage ? '#models-refresh' : '#main-content');
372372
}
373373
}
374374

0 commit comments

Comments
 (0)