HOT FIX
This commit is contained in:
parent
a79ed2eba5
commit
8e277d2927
|
|
@ -35,6 +35,7 @@ class PageController extends Controller
|
||||||
}
|
}
|
||||||
// ------------------------------------------
|
// ------------------------------------------
|
||||||
|
|
||||||
|
$param = array();
|
||||||
$param['order']='id DESC';
|
$param['order']='id DESC';
|
||||||
if (App::getParam('category')) {
|
if (App::getParam('category')) {
|
||||||
$param['where'] = 'categoryId = '.(int)App::getParam('category');
|
$param['where'] = 'categoryId = '.(int)App::getParam('category');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue