From e413e61a3be7f49f44c2c9df0e135fd9debc1e5b Mon Sep 17 00:00:00 2001 From: markjcrane Date: Thu, 6 Aug 2015 00:25:38 -0500 Subject: [PATCH] Use the same array consistently. --- resources/classes/destinations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/classes/destinations.php b/resources/classes/destinations.php index 14d2843ebd..98a7cfc5fd 100644 --- a/resources/classes/destinations.php +++ b/resources/classes/destinations.php @@ -110,7 +110,7 @@ class destinations { public function select($destination_type, $destination_name, $destination_value) { //get the array - $destinations = $this->get_array(); + $switch['destinations'] = $this->get_array(); //remove special characters from the name $destination_id = str_replace("]", "", $destination_name); @@ -165,7 +165,7 @@ class destinations { //print_r($switch); $response .= "