FIX убрана лишняя переменная
This commit is contained in:
parent
bb58d29fec
commit
d204f18353
|
|
@ -23,7 +23,6 @@ class ArticlesController extends Controller
|
||||||
App::setConfig('title', $res['pointsCount'] . ' или даже больше поводов не сидеть дома');
|
App::setConfig('title', $res['pointsCount'] . ' или даже больше поводов не сидеть дома');
|
||||||
|
|
||||||
self::render('articles/index.php', array(
|
self::render('articles/index.php', array(
|
||||||
'categories' => $categories,
|
|
||||||
'user' => App::$user,
|
'user' => App::$user,
|
||||||
'articles' => Article::model()->getAll(),
|
'articles' => Article::model()->getAll(),
|
||||||
'randomPoint' => Point::model()->getRandom(),
|
'randomPoint' => Point::model()->getRandom(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue