FIX убрана лишняя переменная

This commit is contained in:
Krivchikov Dmitry 2015-08-30 13:21:36 +03:00
parent bb58d29fec
commit d204f18353
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ class ArticlesController extends Controller
App::setConfig('title', $res['pointsCount'] . ' или даже больше поводов не сидеть дома');
self::render('articles/index.php', array(
'categories' => $categories,
'user' => App::$user,
'articles' => Article::model()->getAll(),
'randomPoint' => Point::model()->getRandom(),