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) {