diff options
author | msquare <msquare@notrademark.de> | 2016-11-09 22:04:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-09 22:04:22 +0100 |
commit | defdb3007c426db16838f49b44e8577e6e964233 (patch) | |
tree | 8c5a1c27e74824663e6d5b795b79213ccd5ac059 /includes/pages | |
parent | dfc9e209a5328edd2aab7abc3d5562db3d7ade32 (diff) | |
parent | efb7dbfb01203cfbdb65b2354d9aaa35ac10a63a (diff) |
Merge pull request #272 from anykraus/#271-admin_active
fix admin_active.php not displaying (issue #271)
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 = ""; |