Commit 5954ecfc371a5f35c85cefa9227f492f79d49eb9
1 parent
fd068f14
remarketing
Showing
2 changed files
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 |