You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please consider to change array_column to something else for php versions under 5.5.
for code at line 161,169 under Magmodules_Sooqr_Model_Common::addFilters
Here is working example for 5.4: array_map(function ($element) { return $element['label']; }, $options)
The text was updated successfully, but these errors were encountered:
Please consider to change array_column to something else for php versions under 5.5.
for code at line 161,169 under Magmodules_Sooqr_Model_Common::addFilters
Here is working example for 5.4:
array_map(function ($element) { return $element['label']; }, $options)
The text was updated successfully, but these errors were encountered: