fix admin_active.php not displaying (issue #271)

Reverts 53ad1b5110 "fix codacy unused code" partially. (where $shift_sum_formula was removed from global)
This commit is contained in:
anykraus 2016-11-02 02:04:43 +01:00 committed by GitHub
parent d5d2acc7d8
commit efb7dbfb01
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 = "";