diff options
Diffstat (limited to 'modules/lightbox/functions/lb_head.php')
| -rw-r--r-- | modules/lightbox/functions/lb_head.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/lightbox/functions/lb_head.php b/modules/lightbox/functions/lb_head.php index ac500d72d7..c80981792f 100644 --- a/modules/lightbox/functions/lb_head.php +++ b/modules/lightbox/functions/lb_head.php @@ -225,6 +225,7 @@ require_once WT_ROOT.'includes/media_reorder_count.php'; */ //Popup Reorder Media ( If media exists and is greater than 1 item ) ----- + global $tot_med_ct; if (WT_USER_CAN_EDIT && $tot_med_ct>1) { if ($LB_AL_HEAD_LINKS == "both") { print "<td class=\"width15 center wrap\" valign=\"top\">"; |
