From 4b42d8249938a7c81d65c5688222e57076e6e1be Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Thu, 29 Oct 2009 20:48:56 +0000
Subject: [PATCH] Yet another 'empty version' fixed

---
 inc/libs/admins_functions.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc/libs/admins_functions.php b/inc/libs/admins_functions.php
index 73362ec6db..dde26cc2bf 100644
--- a/inc/libs/admins_functions.php
+++ b/inc/libs/admins_functions.php
@@ -70,7 +70,7 @@ function adminsCheckAdminAcl ($action, $what) {
 
 	// Shall I test for a main or sub menu? (action or what?)
 	$acl_mode = 'failed';
-	if ((getExtensionVersion('cache') >= '0.1.2') && (isset($GLOBALS['cache_array']['admin_acls'])) && (count($GLOBALS['cache_array']['admin_acls']) > 0)) {
+	if ((isExtensionInstalledAndNewer('cache', '0.1.2')) && (isset($GLOBALS['cache_array']['admin_acls'])) && (count($GLOBALS['cache_array']['admin_acls']) > 0)) {
 		// Lookup in cache
 		if ((!empty($action)) && (isset($GLOBALS['cache_array']['admin_acls']['action_menu'][$adminId])) & ($GLOBALS['cache_array']['admin_acls']['action_menu'][$adminId] == $action)) {
 			// Main menu line found
-- 
2.39.5