From 829c1953b4e939f7b55afa37a639b9b643f54410 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 6 Dec 2016 11:39:06 +0200 Subject: [PATCH] remarketing --- console/controllers/FeedController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/controllers/FeedController.php b/console/controllers/FeedController.php index cb64d0a..b2bbc79 100644 --- a/console/controllers/FeedController.php +++ b/console/controllers/FeedController.php @@ -26,7 +26,7 @@ class FeedController extends Controller public function checkUrl($url){ if(!in_array($url, $this->urlList)){ - $this->urlList[] = [$url]; + $this->urlList[] = array($url); return true; } else { return false; -- libgit2 0.21.4