]> git.mxchange.org Git - mailer.git/commitdiff
Typo in method name fixed
authorRoland Häder <roland@mxchange.org>
Fri, 2 Apr 2010 06:39:10 +0000 (06:39 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 2 Apr 2010 06:39:10 +0000 (06:39 +0000)
inc/modules/admin/admin-inc.php

index 7817289f93aff946bc218780962e996755c29d6a..2f9bd54d5a8c13873776e11da90e8e2969791d1e 100644 (file)
@@ -253,7 +253,7 @@ ORDER BY
                $OUT .= '<ul class="admin_menu_main">';
                // @TODO Rewrite this to $content = SQL_FETCHARRAY()
                while (list($menu, $title, $descr) = SQL_FETCHROW($result_main)) {
-                       if (isExtensionInstalledAndActive('admins', '0.2.0')) {
+                       if (isExtensionInstalledAndNewer('admins', '0.2.0')) {
                                $ACL = adminsCheckAdminAcl($menu, '');
                        } else {
                                // @TODO ACL is 'allow'... hmmm