X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Ftheme_functions.php;h=a6f61c9a37c86015b5dbd4c8d1d098cb76fe45e8;hb=9bc2a494fae1a98f0873a6f3bd8c878b09124b9f;hp=ef2d07b3aa8ded9b112433b37b9b0b09fb72911d;hpb=76fd13e5938a334f08e43893eb9a4ff49f72bf07;p=mailer.git diff --git a/inc/libs/theme_functions.php b/inc/libs/theme_functions.php index ef2d07b3aa..a6f61c9a37 100644 --- a/inc/libs/theme_functions.php +++ b/inc/libs/theme_functions.php @@ -122,9 +122,9 @@ function getThemeVersion ($name) { $cver = '?.?'; // Is the cache entry there? - if (isset($GLOBALS['cache_array']['themes']['theme_ver'][$name])) { + if (isset($GLOBALS['cache_array']['themes']['theme_version'][$name])) { // Get the version from cache - $cver = $GLOBALS['cache_array']['themes']['theme_ver'][$name]; + $cver = $GLOBALS['cache_array']['themes']['theme_version'][$name]; // Count up incrementStatsEntry('cache_hits');