Skip to content

Commit b7a450f

Browse files
update
1 parent 02d568e commit b7a450f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/CmsSeoComponent.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,9 @@ public function bootstrap($application)
574574
return false;
575575
}
576576

577-
if (BackendComponent::getCurrent() && BackendComponent::getCurrent()->id == 'backendAdmin') {
577+
if (BackendComponent::getCurrent()
578+
//&& BackendComponent::getCurrent()->id == 'backendAdmin'
579+
) {
578580
return false;
579581
}
580582

0 commit comments

Comments
 (0)