I'm getting the following fatal error when I try to check orders in admin.
Fatal error: Class declarations may not be nested in /home/exaltapp/public_html/catalog/admin/includes/classes/order.php on line 449
here is my line 449: class order {
var $info, $totals, $products, $customer, $delivery;
Am I missing something, can anyone please help
Thanks in advance



