We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc42292 commit a89ce28Copy full SHA for a89ce28
1 file changed
src/CmsSeoComponent.php
@@ -854,7 +854,7 @@ public function bootstrap($application)
854
HTML;
855
}
856
857
- \Yii::$app->seo->countersContent = \Yii::$app->seo->countersContent . $saleEvents;
+ \Yii::$app->seo->countersContent = \Yii::$app->seo->countersContent . $saleEvents;
858
859
860
});
@@ -885,7 +885,7 @@ public function bootstrap($application)
885
886
887
if (BackendComponent::getCurrent()
888
- //&& BackendComponent::getCurrent()->id == 'backendAdmin'
+ && !in_array(BackendComponent::getCurrent()->id, ['upaBackend'])
889
) {
890
return false;
891
0 commit comments