fixed variable declaration

This commit is contained in:
following
2013-02-05 22:19:15 +01:00
parent 398681b039
commit 8b5acd8de8

View File

@@ -353,7 +353,7 @@ class user
{
return $this->reUser->getValue('watchmail_nextmail');
}
function setWatchmailNext()
function setWatchmailNext($value)
{
return $this->reUser->setValue('watchmail_nextmail', $value);
}