Typo in variable name

This commit is contained in:
Marc Delisle
2011-02-03 12:24:05 -05:00
parent d15c37ba1b
commit 8a394db00c

View File

@@ -214,7 +214,7 @@ if ($GLOBALS['cfg']['ShowServerInfo'] || $GLOBALS['cfg']['ShowPhpInfo']) {
echo '<div class="group">'; echo '<div class="group">';
echo '<h2>phpMyAdmin</h2>'; echo '<h2>phpMyAdmin</h2>';
echo '<ul>'; echo '<ul>';
$clas = null; $class = null;
if ($GLOBALS['cfg']['VersionCheck']) { if ($GLOBALS['cfg']['VersionCheck']) {
$class = 'jsversioncheck'; $class = 'jsversioncheck';
} }