Add missing global variable

This commit is contained in:
Matthias Gutjahr 2015-03-07 17:46:36 +01:00
parent fbfabaa8bf
commit 3074c9da1b

View file

@ -189,6 +189,7 @@ class serendipity_event_dbclean extends serendipity_event {
}
function displayMenu() {
global $serendipity;
if ($serendipity['version'][0] == '1') {
echo '<style>#dbcleanTable { width: 100%; text-align: center; } #dbcleanTable th { text-align: center; }</style>';
}