auto grab module info
This commit is contained in:
parent
082926c80b
commit
6f01127ef2
@ -14,12 +14,12 @@ if (!defined('DC_CONTEXT_ADMIN')) {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
# -- Module specs --
|
|
||||||
$dc_min = '2.24';
|
|
||||||
$mod_id = 'postExpired';
|
|
||||||
|
|
||||||
# -- Nothing to change below --
|
# -- Nothing to change below --
|
||||||
try {
|
try {
|
||||||
|
# Grab info
|
||||||
|
$mod_id = basename(__DIR__);
|
||||||
|
$dc_min = dcCore::app()->plugins->moduleInfo($mod_id, 'requires')[0][1];
|
||||||
|
|
||||||
# Check module version
|
# Check module version
|
||||||
if (version_compare(
|
if (version_compare(
|
||||||
dcCore::app()->getVersion($mod_id),
|
dcCore::app()->getVersion($mod_id),
|
||||||
|
Loading…
Reference in New Issue
Block a user