Skip to content

Commit a89ce28

Browse files
Доработка кабинета клиента
1 parent bc42292 commit a89ce28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/CmsSeoComponent.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ public function bootstrap($application)
854854
HTML;
855855
}
856856

857-
\Yii::$app->seo->countersContent = \Yii::$app->seo->countersContent . $saleEvents;
857+
\Yii::$app->seo->countersContent = \Yii::$app->seo->countersContent . $saleEvents;
858858
}
859859
}
860860
});
@@ -885,7 +885,7 @@ public function bootstrap($application)
885885
}
886886

887887
if (BackendComponent::getCurrent()
888-
//&& BackendComponent::getCurrent()->id == 'backendAdmin'
888+
&& !in_array(BackendComponent::getCurrent()->id, ['upaBackend'])
889889
) {
890890
return false;
891891
}

0 commit comments

Comments
 (0)