This commit is contained in:
Krivchikov Dmitry 2014-07-27 01:20:40 +04:00
parent e3dacb03ab
commit eab2a90b34
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class IndexController extends Controller
if (!App::$user )
self::addScript('//ulogin.ru/js/ulogin.js');
$category = Category::model()->getAll();
$category = Category::model()->getAll(array('order' => 'ord ASC'));
$routes = array();
if (App::$user && App::$user->id)