www: square finger fix

SVN revision: 84530
This commit is contained in:
Bertrand Jacquin 2013-04-28 23:23:33 +00:00
parent 41cb87d814
commit 8c8e714479
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
require_once 'p/news/class.news.php';
if (!isset$_GET['news_id'])
if (!isset($_GET['news_id']))
return NULL;
$news = new news;