πŸ‡ΊπŸ‡ΈUnited States @caschbre

Account created on 21 February 2008, over 16 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States caschbre

This was annoying me as well... looks like a variable that was an array was set to a single value. Ensuring it is always an array resolved the issue for me.

πŸ‡ΊπŸ‡ΈUnited States caschbre

The issue is that $handler['data_function'] is returning FALSE. The output is not checked before attempting to set $data['handler'].

$data = call_user_func($handler['data_function'], $url);
$data['handler'] = $handler['name']

Need to ensure that $data is an array before setting $data['handler'].

Production build 0.69.0 2024