Commit 829c1953b4e939f7b55afa37a639b9b643f54410

Authored by Alex Savenko
1 parent 7ef85ec9

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 26  
27 27 public function checkUrl($url){
28 28 if(!in_array($url, $this->urlList)){
29   - $this->urlList[] = [$url];
  29 + $this->urlList[] = array($url);
30 30 return true;
31 31 } else {
32 32 return false;
... ...