Comment out the history options from class DemoTableLook

This commit is contained in:
Oh 2021-10-19 17:46:39 +02:00
parent 5a9ae0973a
commit e8f8b4633e
Signed by untrusted user: Oh
GPG Key ID: F91C6D0A21225F8A

View File

@ -48,7 +48,7 @@ class DemoTableLook extends JTable
parent::__construct('#__demo_look', 'id', $db);
// Adding History Options
JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_demo.look'));
// JTableObserverContenthistory::createObserver($this, array('typeAlias' => 'com_demo.look'));
}
public function bind($array, $ignore = '')