Extension ext-user can be absent if manually remove after ext-nickname has been installed
authorRoland Häder <roland@mxchange.org>
Thu, 30 Jun 2011 02:04:51 +0000 (02:04 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 30 Jun 2011 02:04:51 +0000 (02:04 +0000)
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;
                }
                        // 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;
        }
 
                return true;
        }