akeeba / fof

Rapid Application Development framework for Joomla!™ 3 and 4
0 stars 0 forks source link

Check dependencies table #567

Closed tampe125 closed 8 years ago

tampe125 commented 8 years ago

Sometimes the data contained inside the table used to track the dependencies is stored as JSON object, instead (indexed array) of simple array, ie: {"1":"com_akeebasubs","2":"files_strapper30","3":"com_ats"} instead of: ["com_akeebasubs","files_strapper30","com_ats"]

This results in a fatal error while trying to access such table for checks

tampe125 commented 8 years ago

Fixed via 877e689041fe7724e3d1e3e15320f222c0e4be60 (and applying the same logic to all extensions using FOF30)