diff options
author | anykraus <anykraus@users.noreply.github.com> | 2016-11-02 02:04:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-02 02:04:43 +0100 |
commit | efb7dbfb01203cfbdb65b2354d9aaa35ac10a63a (patch) | |
tree | 3887425b84238b0fa5d948e85d4386c7350bd5e1 /includes/pages | |
parent | d5d2acc7d80920eef5f0ed779a3738a12d5db348 (diff) |
fix admin_active.php not displaying (issue #271)
Reverts 53ad1b5110e22bdbb57960aec7d29b824dda7b5b "fix codacy unused code" partially. (where $shift_sum_formula was removed from global)
Diffstat (limited to 'includes/pages')
-rw-r--r-- | includes/pages/admin_active.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/admin_active.php b/includes/pages/admin_active.php index 8d71b147..daa2382b 100644 --- a/includes/pages/admin_active.php +++ b/includes/pages/admin_active.php @@ -5,7 +5,7 @@ function admin_active_title() { } function admin_active() { - global $tshirt_sizes; + global $tshirt_sizes, $shift_sum_formula; $msg = ""; $search = ""; |