summaryrefslogtreecommitdiffstats
path: root/application/models/Person.php
diff options
context:
space:
mode:
authormichael pereira2011-03-04 03:10:53 +0100
committermichael pereira2011-03-04 03:10:53 +0100
commitcd5f39054796ffe8cdda493d472d302a4de9e768 (patch)
tree517ee81c31809317e36bfd1141dfdb952e021d89 /application/models/Person.php
parentfixing git (diff)
downloadpbs2-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.php2
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;
}