plegall / Piwigo-community

11 stars 23 forks source link

Replace deprecated function 'create_function' #46

Closed carlwo closed 5 years ago

carlwo commented 5 years ago

This should fix #45. For compatibility with PHP 7.2 I replaced the deprecated function 'create_function' with anonymous functions. Now PHP >= 5.3.0 is required.