mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-08 20:46:05 +00:00
fix name of class
This commit is contained in:
parent
1b52cdaebc
commit
18bfb51dd5
|
@ -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'
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user