1
0
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:
SecretR
2013-02-13 17:03:53 +02:00
parent fa0e7ee4b5
commit bcaf4e70c6
5 changed files with 13 additions and 10 deletions

View File

@@ -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;