Piwigo / Piwigo-BatchDownloader

Allows users to download pictures sets from your Piwigo gallery in a ZIP file. Compatible with User Collections.
http://piwigo.org/ext/extension_view.php?eid=616
GNU General Public License v2.0
9 stars 12 forks source link

Replace deprecated function 'create_function' #24

Closed carlwo closed 5 years ago

carlwo commented 5 years ago

This should fix #23. To ensure compatibility with PHP 7.2 I replaced every occurrence of the deprecated function 'create_function' with anonymous functions.