Comment out: JTableObserverContenthistory::createObserver(, array('typeAlias' => 'com_demo.look'));

This commit is contained in:
Oh 2021-10-16 09:40:36 +02:00
parent 92e1dfb005
commit f0339880c3
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 = '')