no more need to set version
This commit is contained in:
parent
253f15926a
commit
9c9993e86c
@ -100,12 +100,6 @@ try {
|
||||
);
|
||||
}
|
||||
|
||||
# Set module version
|
||||
dcCore::app()->setVersion(
|
||||
$mod_id,
|
||||
dcCore::app()->plugins->moduleInfo($mod_id, 'version')
|
||||
);
|
||||
|
||||
return true;
|
||||
} catch (Exception $e) {
|
||||
dcCore::app()->error->add($e->getMessage());
|
||||
|
Loading…
Reference in New Issue
Block a user