aboutsummaryrefslogtreecommitdiff
path: root/classes/IsisConnector.php
diff options
context:
space:
mode:
authorSilvio <silvio@devlet.com.br>2010-06-28 14:05:19 -0300
committerSilvio <silvio@devlet.com.br>2010-06-28 14:05:19 -0300
commit3e42615f4fa8150ba21e6418673fface7673e85b (patch)
tree4e4ad1ffd4a2384098b27ae1edd24305535909db /classes/IsisConnector.php
parentfefb118c589af3028518c63af0130963d4e0a9e9 (diff)
downloadcinisis-3e42615f4fa8150ba21e6418673fface7673e85b.tar.gz
cinisis-3e42615f4fa8150ba21e6418673fface7673e85b.tar.bz2
Minor fix and map change
Diffstat (limited to 'classes/IsisConnector.php')
-rw-r--r--classes/IsisConnector.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/IsisConnector.php b/classes/IsisConnector.php
index 4e53535..f0e5335 100644
--- a/classes/IsisConnector.php
+++ b/classes/IsisConnector.php
@@ -51,6 +51,8 @@ class IsisConnector {
if (isset($this->result[$field['name']])) {
return $this->result[$field['name']];
}
+
+ return array();
}
/**