]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-repair_refs.php
Fixes for compilation, more EL code:
[mailer.git] / inc / modules / admin / what-repair_refs.php
index fd567dd7d1676fa7e19f23ac451a02ab92aa186b..2613442d51c35184319ce4cc946ba505d4eb6e6f 100644 (file)
@@ -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');