Commit 7ef85ec9adeef847ff035e0874723875955743b6

Authored by Alex Savenko
1 parent 050681b5

remarketing

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
console/controllers/FeedController.php
@@ -26,7 +26,7 @@ class FeedController extends Controller @@ -26,7 +26,7 @@ class FeedController extends Controller
26 26
27 public function checkUrl($url){ 27 public function checkUrl($url){
28 if(!in_array($url, $this->urlList)){ 28 if(!in_array($url, $this->urlList)){
29 - $this->urlList[] = $url; 29 + $this->urlList[] = [$url];
30 return true; 30 return true;
31 } else { 31 } else {
32 return false; 32 return false;