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