Get Demo Component to work on both J3! and J4! via legacy approach #2

Closed
Oh wants to merge 9 commits from ohrionmartin/master into master
Showing only changes of commit e8f8b4633e - Show all commits

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 = '')