diff options
| author | michael pereira | 2011-03-04 03:10:53 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-04 03:10:53 +0100 |
| commit | cd5f39054796ffe8cdda493d472d302a4de9e768 (patch) | |
| tree | 517ee81c31809317e36bfd1141dfdb952e021d89 /application/models/Person.php | |
| parent | fixing git (diff) | |
| download | pbs2-cd5f39054796ffe8cdda493d472d302a4de9e768.tar.gz pbs2-cd5f39054796ffe8cdda493d472d302a4de9e768.tar.xz pbs2-cd5f39054796ffe8cdda493d472d302a4de9e768.zip | |
Mapper mit neuer delete function
Diffstat (limited to 'application/models/Person.php')
| -rw-r--r-- | application/models/Person.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/models/Person.php b/application/models/Person.php index 9a44657..eb26cbf 100644 --- a/application/models/Person.php +++ b/application/models/Person.php @@ -177,7 +177,7 @@ class Application_Model_Person $this->_password_salt = $_password_salt; return $this; } - public function getPasswordSalt($_password_salt) + public function getPasswordSalt() { return $this->_password_salt; } |
