diff options
| author | michael pereira | 2011-03-30 17:59:23 +0200 |
|---|---|---|
| committer | michael pereira | 2011-03-30 17:59:23 +0200 |
| commit | 522b7be0ef2b43024b27f846009be65130580a8c (patch) | |
| tree | 1e9727c18f836bce070d96671a90858908caa1fd /application/models | |
| parent | fix user layout (diff) | |
| download | pbs2-522b7be0ef2b43024b27f846009be65130580a8c.tar.gz pbs2-522b7be0ef2b43024b27f846009be65130580a8c.tar.xz pbs2-522b7be0ef2b43024b27f846009be65130580a8c.zip | |
BootOS update
Diffstat (limited to 'application/models')
| -rw-r--r-- | application/models/PersonMapper.php | 2 |
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; } |
