]> git.mxchange.org Git - mailer.git/blobdiff - inc/mysql-manager.php
Extension ext-user can be absent if manually remove after ext-nickname has been installed
[mailer.git] / inc / mysql-manager.php
index 0ab004d2fcc9110e82d2290ab82915c990653314..e1ed9ac4ea24b8b7f0b521a8dc84e74adb107acb 100644 (file)
@@ -444,8 +444,8 @@ function fetchUserData ($value, $column = 'userid') {
                        // Use cache, so it is fine
                        return true;
                }
-       } elseif (isUserDataValid()) {
-               // Use cache, so it is fine
+       } elseif ((isUserDataValid()) || (!isExtensionActive('user'))) {
+               // Using cache or absend ext-user is fine here
                return true;
        }