From aa3897e3cc0bb833f7d74ec019db489ff897da06 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 29 Oct 2009 22:02:36 +0000 Subject: [PATCH] Fix --- inc/modules/admin/what-config_order.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/modules/admin/what-config_order.php b/inc/modules/admin/what-config_order.php index 9f6049d900..a2031612be 100644 --- a/inc/modules/admin/what-config_order.php +++ b/inc/modules/admin/what-config_order.php @@ -64,7 +64,7 @@ if (isFormSent()) { } // END - foreach // Selection list - $content['order_select'] = addOrderSelectionOptions(getConfig('order_select')); + $content['order_selection'] = addOrderSelectionOptions(getConfig('order_select')); // Load template loadTemplate('admin_config_order', false, $content); -- 2.30.2