Commit 53e2149a2dd230023978a2ef2ad40e0a2af0a748
Merge branch 'master' of gitlab.artweb.com.ua:Alex/linija-svitla
!
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
console/controllers/FeedController.php
@@ -56,8 +56,6 @@ class FeedController extends Controller | @@ -56,8 +56,6 @@ class FeedController extends Controller | ||
56 | $this->createRow($product, $content); | 56 | $this->createRow($product, $content); |
57 | } | 57 | } |
58 | 58 | ||
59 | - $content .= '</urlset>'; | ||
60 | - | ||
61 | fwrite($handle, $content); | 59 | fwrite($handle, $content); |
62 | fclose($handle); | 60 | fclose($handle); |
63 | 61 |