fix name of class

This commit is contained in:
Uwe Steinmann 2013-05-02 12:12:03 +02:00
parent 1b52cdaebc
commit 18bfb51dd5

View File

@ -10,7 +10,7 @@ $EXT_CONF['example'] = array(
'icon' => '', 'icon' => '',
'class' => array( 'class' => array(
'file' => 'class.example.php', 'file' => 'class.example.php',
'name' => 'ext_example' 'name' => 'SeedDMS_ExtExample'
), ),
); );
?> ?>