Fix
authorRoland Häder <roland@mxchange.org>
Thu, 29 Oct 2009 22:02:36 +0000 (22:02 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 29 Oct 2009 22:02:36 +0000 (22:02 +0000)
inc/modules/admin/what-config_order.php

index 9f6049d9008704f4fa787d1d31ea11a281fb20ee..a2031612be3ba41a770da5e82365fa1fed719ec8 100644 (file)
@@ -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);