We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d568e commit b7a450fCopy full SHA for b7a450f
1 file changed
src/CmsSeoComponent.php
@@ -574,7 +574,9 @@ public function bootstrap($application)
574
return false;
575
}
576
577
- if (BackendComponent::getCurrent() && BackendComponent::getCurrent()->id == 'backendAdmin') {
+ if (BackendComponent::getCurrent()
578
+ //&& BackendComponent::getCurrent()->id == 'backendAdmin'
579
+ ) {
580
581
582
0 commit comments