Strict warning: Only variables should be passed by reference in tracking_code_overview_form_submit()

Created on 20 October 2015, about 9 years ago
Updated 23 March 2023, over 1 year ago

I found this notice in log
Strict warning: Only variables should be passed by reference in tracking_code_overview_form_submit() (line 404 of /path_to_site/sites/all/modules/contrib/tracking_code/tracking_code.admin.inc).
the 404 line is

$tcid = end(explode('weight_', $key));

it should be

$explode = explode('weight_', $key);
$tcid = end($explode);
πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡·πŸ‡ΊRussia sergei_brill

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024