Fixed issue 13, email notifications.
Email notifications are now sent at creation/modification of an issue.
This commit is contained in:
@@ -133,7 +133,7 @@ class IDF_Upload extends Pluf_Model
|
||||
return '';
|
||||
}
|
||||
|
||||
function preSave()
|
||||
function preSave($create=false)
|
||||
{
|
||||
if ($this->id == '') {
|
||||
$this->creation_dtime = gmdate('Y-m-d H:i:s');
|
||||
|
Reference in New Issue
Block a user