From d43513dcacf50e149b312d76962349cc63f288c6 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Tue, 12 May 2015 16:38:31 +0200 Subject: [PATCH] Controller: use Icinga\Data\Sortable --- library/Icinga/Web/Controller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/Icinga/Web/Controller.php b/library/Icinga/Web/Controller.php index 4f3fb5794..b70dbd3fc 100644 --- a/library/Icinga/Web/Controller.php +++ b/library/Icinga/Web/Controller.php @@ -7,6 +7,7 @@ use Zend_Paginator; use Icinga\Web\Controller\ModuleActionController; use Icinga\Web\Widget\SortBox; use Icinga\Web\Widget\Limiter; +use Icinga\Data\Sortable; /** * This is the controller all modules should inherit from