@@ -290,8 +290,8 @@ |
||
290 | 290 | } |
291 | 291 | |
292 | 292 | if(count($this->results) ){ |
293 | - // now turn this stdClass object to the object type of calling model |
|
294 | - $rows = $util->turnObjects($this->className, $this->results); |
|
293 | + // now turn this stdClass object to the object type of calling model |
|
294 | + $rows = $util->turnObjects($this->className, $this->results); |
|
295 | 295 | } |
296 | 296 | // Reset class variables |
297 | 297 | $this->reset(); |