Skip to content

Commit 3d44562

Browse files
committed
OutdatedExtrasCheck add url for check Outdated
1 parent 9b4e964 commit 3d44562

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/plugins/extrascheck/OutdatedExtrasCheck.plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333
$checkOutdated = new CheckOutdated($modx, $modx->event->activePlugin, $_lang);
3434
$outdated = $checkOutdated->load(
35-
MODX_BASE_PATH . 'assets/plugins/extrascheck/outdated.json'
35+
'https://raw.githubusercontent.com/evolution-cms/OutdatedExtrasCheck/master/outdated.json'
3636
);
3737

3838
$out = '';

0 commit comments

Comments
 (0)