From d3ebbd0d90206b17dc4f1d8c4ec46ef49dfd3c57 Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 3 Feb 2012 14:21:06 +0000 Subject: [PATCH] [-] BO : #PSTEST-628 - Fix bug with bad order by --- controllers/admin/AdminStatusesController.php | 1 + 1 file changed, 1 insertion(+) 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');