summaryrefslogtreecommitdiffstats
path: root/application/models
diff options
context:
space:
mode:
authormichael pereira2011-03-30 17:59:23 +0200
committermichael pereira2011-03-30 17:59:23 +0200
commit522b7be0ef2b43024b27f846009be65130580a8c (patch)
tree1e9727c18f836bce070d96671a90858908caa1fd /application/models
parentfix user layout (diff)
downloadpbs2-522b7be0ef2b43024b27f846009be65130580a8c.tar.gz
pbs2-522b7be0ef2b43024b27f846009be65130580a8c.tar.xz
pbs2-522b7be0ef2b43024b27f846009be65130580a8c.zip
BootOS update
Diffstat (limited to 'application/models')
-rw-r--r--application/models/PersonMapper.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/models/PersonMapper.php b/application/models/PersonMapper.php
index b2d366a..de05c0c 100644
--- a/application/models/PersonMapper.php
+++ b/application/models/PersonMapper.php
@@ -68,6 +68,8 @@ class Application_Model_PersonMapper
public function find($id,Application_Model_Person $person = null)
{
+ $return = false;
+
if($person == null){
$return = true;
}