Comment out the history options from class DemoTableLook
This commit is contained in:
parent
5a9ae0973a
commit
e8f8b4633e
@ -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 = '')
|
||||
|
Loading…
Reference in New Issue
Block a user