Browse Source

Change domain_name to domain_uuid.

markjcrane 10 years ago
parent
commit
d5b41261c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/classes/destinations.php

+ 1 - 1
resources/classes/destinations.php

@@ -83,7 +83,7 @@ class destinations {
 					if (isset($row['sql'])) {
 						$sql .= "order by ".trim($row['order_by']);
 					}
-					$sql = str_replace("\${domain_name}", $_SESSION['domain_uuid'], $sql);
+					$sql = str_replace("\${domain_uuid}", $_SESSION['domain_uuid'], $sql);
 					$sql = trim($sql);
 					$statement = $db->prepare($sql);
 					$statement->execute();