aboutsummaryrefslogtreecommitdiff
path: root/src/SemanticScuttle/Service
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-31 10:17:55 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-31 10:17:55 +0000
commitd1c4ef504360063936f767c7ab6c251c97c3f41f (patch)
tree893e59db091488a83bdb7d4a58080fc92b4ff634 /src/SemanticScuttle/Service
parent261ce997dae198afb35e3076fc4e694775b2ba29 (diff)
downloadsemanticscuttle-d1c4ef504360063936f767c7ab6c251c97c3f41f.tar.gz
semanticscuttle-d1c4ef504360063936f767c7ab6c251c97c3f41f.tar.bz2
test getObjectUsers() and fix a bug found by the tests
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@484 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'src/SemanticScuttle/Service')
-rw-r--r--src/SemanticScuttle/Service/User.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SemanticScuttle/Service/User.php b/src/SemanticScuttle/Service/User.php
index 3f07242..5affa0b 100644
--- a/src/SemanticScuttle/Service/User.php
+++ b/src/SemanticScuttle/Service/User.php
@@ -155,6 +155,7 @@ class SemanticScuttle_Service_User extends SemanticScuttle_DbService
return false;
}
+ $users = array();
while ($row = & $this->db->sql_fetchrow($dbresult)) {
$users[] = new SemanticScuttle_Model_User(
$row[$this->getFieldName('primary')],