pdincubus / JSONDerulo

JSON feed getter-er for MODX Revolution CMS
Other
26 stars 10 forks source link

PHP 7 issue: 'continue' not in the 'loop' or 'switch' context #30

Closed raffy99 closed 8 years ago

raffy99 commented 8 years ago

on line 225 and line 1242 a "continue" is used in loop context. replacing it with a "return" solved it in my first impression

pdincubus commented 8 years ago

Fixed in commit https://github.com/pdincubus/JSONDerulo/commit/6c2bd3975696748c3dc9374705da9ac2a76d6de9

New transport package here

MODX extras repo to be updated when they fix it, seemingly I can't upload a new package version at the moment.