From c6593684598c2073b53817205b4b963da0d3edb7 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Fri, 18 Sep 2015 18:05:48 +0300 Subject: [PATCH] HOT FIX --- ground/controllers/ArticlesController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/ground/controllers/ArticlesController.php b/ground/controllers/ArticlesController.php index bae9d01..d317ea3 100644 --- a/ground/controllers/ArticlesController.php +++ b/ground/controllers/ArticlesController.php @@ -102,7 +102,6 @@ class ArticlesController extends Controller preg_match_all("((\[#(\d+)[>\|](.*?)\])|(\[#(\d+)\]))", $text, $links); $links = isset($links[0]) ? $links[0] : FALSE; - var_dump($links); ArticlePoints::model()->deleteByArticle($article->id); if ($links) {