mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
Fix navigation links assembling (navigation handler)
This commit is contained in:
@@ -2224,12 +2224,12 @@ class e_admin_controller_ui extends e_admin_controller
|
||||
protected $listOrder = null;
|
||||
|
||||
/**
|
||||
* @var field containing the order number
|
||||
* @var string field containing the order number
|
||||
*/
|
||||
protected $sortField = null;
|
||||
|
||||
/**
|
||||
* @var reorder step
|
||||
* @var int reorder step
|
||||
*/
|
||||
protected $orderStep = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user