diff options
author | Silvio <silvio@devlet.com.br> | 2010-06-28 14:05:19 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-06-28 14:05:19 -0300 |
commit | 3e42615f4fa8150ba21e6418673fface7673e85b (patch) | |
tree | 4e4ad1ffd4a2384098b27ae1edd24305535909db /classes | |
parent | fefb118c589af3028518c63af0130963d4e0a9e9 (diff) | |
download | cinisis-3e42615f4fa8150ba21e6418673fface7673e85b.tar.gz cinisis-3e42615f4fa8150ba21e6418673fface7673e85b.tar.bz2 |
Minor fix and map change
Diffstat (limited to 'classes')
-rw-r--r-- | classes/IsisConnector.php | 2 |
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(); } /** |