summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Nexus.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Nexus.php b/Nexus.php
index ff283be..9d4c041 100644
--- a/Nexus.php
+++ b/Nexus.php
@@ -295,7 +295,7 @@ class Nexus extends NexusSystem {
$bindVars = array( $pMenuId );
}
$query .= ' ORDER BY nmi.`pos`';
- $result = $this->mDb->query( $query, array( $bindVars ) );
+ $result = $this->mDb->query( $query, $bindVars );
while( !$result->EOF ) {
$item = $result->fields;
$item['display_url'] = $this->printUrl( $item );