Fixed issue 13, email notifications.
Email notifications are now sent at creation/modification of an issue.
This commit is contained in:
@@ -89,7 +89,7 @@ class IDF_Tag extends Pluf_Model
|
||||
);
|
||||
}
|
||||
|
||||
function preSave()
|
||||
function preSave($create=false)
|
||||
{
|
||||
$this->lcname = mb_strtolower($this->name);
|
||||
}
|
||||
|
Reference in New Issue
Block a user