diff --git a/application/controllers/NavigationController.php b/application/controllers/NavigationController.php index 9aad0e7e6..db02adb89 100644 --- a/application/controllers/NavigationController.php +++ b/application/controllers/NavigationController.php @@ -85,8 +85,8 @@ class NavigationController extends Controller )->activate('navigation'); $this->setupSortControl( array( - 'name' => $this->translate('Shared Navigation'), - 'type' => $this->translate('Type') + 'type' => $this->translate('Type'), + 'name' => $this->translate('Shared Navigation') ), $query ); @@ -136,9 +136,9 @@ class NavigationController extends Controller )->activate('navigation/shared'); $this->setupSortControl( array( - 'name' => $this->translate('Shared Navigation'), 'type' => $this->translate('Type'), - 'owner' => $this->translate('Owner') + 'owner' => $this->translate('Owner'), + 'name' => $this->translate('Shared Navigation') ), $query );