Changeset 31871 for extensions/lightbox
- Timestamp:
- Jun 30, 2017, 10:57:06 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/lightbox/functions.inc.php
r29798 r31871 6 6 global $conf, $pwg_loaded_plugins; 7 7 8 $ext = get_extension($picture['file']);8 $ext = strtolower(get_extension($picture['file'])); 9 9 if (!empty($pwg_loaded_plugins['gvideo']) and $picture['is_gvideo']) 10 10 {
Note: See TracChangeset
for help on using the changeset viewer.