diff --git a/libraries/auth/cookie.auth.lib.php3 b/libraries/auth/cookie.auth.lib.php3 index 05683587d..ce9edd3c5 100644 --- a/libraries/auth/cookie.auth.lib.php3 +++ b/libraries/auth/cookie.auth.lib.php3 @@ -11,6 +11,8 @@ if (!defined('PMA_COOKIE_AUTH_INCLUDED')) { define('PMA_COOKIE_AUTH_INCLUDED', 1); + // Gets the default font sizes + PMA_setFontSizes(); // Defines the cookie path $cookiePath = substr($SCRIPT_NAME, 0, strrpos($SCRIPT_NAME, '/')); @@ -87,8 +89,6 @@ if (!defined('PMA_COOKIE_AUTH_INCLUDED')) {