X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-repair_refs.php;h=2613442d51c35184319ce4cc946ba505d4eb6e6f;hb=cf911469f718afb27ef9d239d375c7fe002cdc5e;hp=fd567dd7d1676fa7e19f23ac451a02ab92aa186b;hpb=0fada672e2066043b76ed5d57f852f451a49a3a3;p=mailer.git diff --git a/inc/modules/admin/what-repair_refs.php b/inc/modules/admin/what-repair_refs.php index fd567dd7d1..2613442d51 100644 --- a/inc/modules/admin/what-repair_refs.php +++ b/inc/modules/admin/what-repair_refs.php @@ -43,6 +43,13 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { // Add description as navigation point addYouAreHereLink('admin', __FILE__); +// Extension ext-user must be at least v0.4.4 +if (isExtensionInstalledAndOlder('user', '0.4.4')) { + // Display outdated-message and exit + displayMessage(generateExtensionOutdatedMessage('user', '0.4.4')); + return; +} // END - if + // Just include fix_refsystem.php again loadIncludeOnce('inc/fix_refsystem.php');