Commit eeb18a904cb87bf7b6769530b63965650a9764bf

Authored by Alex Savenko
1 parent 4d651bf0

sitemap controller not like noindex

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
console/controllers/SiteMapController.php
@@ -77,7 +77,7 @@ class SiteMapController extends Controller @@ -77,7 +77,7 @@ class SiteMapController extends Controller
77 77
78 public function getBlocked() { 78 public function getBlocked() {
79 79
80 - Seo::find()->andWhere(['like', 'meta', 'noindex'])->all(); 80 + Seo::find()->all();
81 81
82 } 82 }
83 83