diff --git a/controllers/admin/AdminStatusesController.php b/controllers/admin/AdminStatusesController.php index 264731732..dd0b69b81 100644 --- a/controllers/admin/AdminStatusesController.php +++ b/controllers/admin/AdminStatusesController.php @@ -119,6 +119,7 @@ class AdminStatusesControllerCore extends AdminController $this->deleted = false; $this->toolbar_btn = array(); $this->bulk_actions = array(); + $this->_orderBy = null; $this->addRowAction('editstatus');