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

Removed occurences of tabs class (replaced by simpleTabs)

Showing with 2 additions and 2 deletions
+2 -2
...@@ -530,7 +530,7 @@ class simpleManagement extends management ...@@ -530,7 +530,7 @@ class simpleManagement extends management
*/ */
protected function saveChanges() protected function saveChanges()
{ {
if (($this->tabObject instanceOf tabs) && ($this->dialogObject instanceOf templateDialog)) { if (($this->tabObject instanceOf simpleTabs) && ($this->dialogObject instanceOf templateDialog)) {
$this->tabObject->save_object(); $this->tabObject->save_object();
$this->handleTemplateApply(); $this->handleTemplateApply();
return; return;
...@@ -544,7 +544,7 @@ class simpleManagement extends management ...@@ -544,7 +544,7 @@ class simpleManagement extends management
*/ */
protected function cancelEdit() protected function cancelEdit()
{ {
if (($this->tabObject instanceOf tabs) && ($this->dialogObject instanceOf templateDialog)) { if (($this->tabObject instanceOf simpleTabs) && ($this->dialogObject instanceOf templateDialog)) {
$this->handleTemplateApply(TRUE); $this->handleTemplateApply(TRUE);
return; return;
} }
......
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