cuny-academic-commons / cbox-theme

Default theme for Commons In A Box
GNU General Public License v2.0
20 stars 15 forks source link

php 7.2 deprecated feature #262

Closed bdolor closed 6 years ago

bdolor commented 6 years ago

Line 247 throws a PHP deprecated notice in a 7.2 environment: https://github.com/cuny-academic-commons/cbox-theme/blob/master/engine/ICE/base/base.php#L247

reference: https://secure.php.net/manual/en/migration72.deprecated.php#migration72.deprecated.unset-cast

image

changing it to return $value = NULL; will suffice?

boonebgorges commented 6 years ago

Thanks for the ticket. We'll look at this for the next release.

r-a-y commented 6 years ago

Thanks for the report, @bdolor. Should be fixed as of commit b5a0994.