Merge pull request #272 from anykraus/#271-admin_active

fix admin_active.php not displaying (issue #271)
This commit is contained in:
msquare 2016-11-09 22:04:22 +01:00 committed by GitHub
commit defdb3007c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ function admin_active_title() {
} }
function admin_active() { function admin_active() {
global $tshirt_sizes; global $tshirt_sizes, $shift_sum_formula;
$msg = ""; $msg = "";
$search = ""; $search = "";