Fixed ticket 76, add the attached files in the issue notification emails.
Beware that you need to update your configuration file to add the new template filter.
This commit is contained in:
@@ -446,3 +446,8 @@ function IDF_Views_Source_PrettySize($size)
|
||||
Pluf_Utils::prettySize($size)));
|
||||
}
|
||||
|
||||
function IDF_Views_Source_PrettySizeSimple($size)
|
||||
{
|
||||
return Pluf_Utils::prettySize($size);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user