From 94f72c62e0a248c5c3c5a0fa552514c0ecae9a00 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come@opensides.be>
Date: Thu, 18 Aug 2016 16:34:00 +0200
Subject: [PATCH] Removed occurences of tabs class (replaced by simpleTabs)

---
 include/simpleplugin/class_simpleManagement.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/simpleplugin/class_simpleManagement.inc b/include/simpleplugin/class_simpleManagement.inc
index caa3c24c5..0153bf6bc 100644
--- a/include/simpleplugin/class_simpleManagement.inc
+++ b/include/simpleplugin/class_simpleManagement.inc
@@ -530,7 +530,7 @@ class simpleManagement extends management
    */
   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->handleTemplateApply();
       return;
@@ -544,7 +544,7 @@ class simpleManagement extends management
    */
   protected function cancelEdit()
   {
-    if (($this->tabObject instanceOf tabs) && ($this->dialogObject instanceOf templateDialog)) {
+    if (($this->tabObject instanceOf simpleTabs) && ($this->dialogObject instanceOf templateDialog)) {
       $this->handleTemplateApply(TRUE);
       return;
     }
-- 
GitLab