Commit c9318823 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(references) Avoid logging removal of references tab

It’s not really removed so it’s useless log/audit

issue #5817
Showing with 6 additions and 0 deletions
+6 -0
......@@ -83,6 +83,12 @@ class reference extends simplePlugin
function save()
{
return array();
}
function remove($fulldelete = FALSE)
{
return array();
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment