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

Merge branch...

Merge branch '5974-workflow-problem-when-applying-a-template-to-an-object-triggers-errors' into '1.4-dev'

Resolve "Workflow problem when applying a template to an object triggers errors"

See merge request fusiondirectory/fd!664
Showing with 1 addition and 1 deletion
+1 -1
...@@ -618,7 +618,7 @@ class simpleManagement ...@@ -618,7 +618,7 @@ class simpleManagement
/*! /*!
* \brief Generates the footer which is used whenever a tab object is displayed. * \brief Generates the footer which is used whenever a tab object is displayed.
*/ */
protected function _getTabFooter () protected function getTabFooter ()
{ {
// Do not display tab footer for non tab objects // Do not display tab footer for non tab objects
if (!($this->tabObject instanceOf simpleTabs)) { if (!($this->tabObject instanceOf simpleTabs)) {
......
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