backdrop-contrib / video_filter

A Backdrop CMS port of drupal.org/project/video_filter, a highly flexible and easily extendable filter module to embed any type of video in your site using a simple token.
GNU General Public License v2.0
2 stars 2 forks source link

Deprecated function: strpos(): Passing null to parameter #1 #18

Closed indigoxela closed 8 months ago

indigoxela commented 8 months ago

Full message on PHP 8.1:

Deprecated function: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in theme_help() (line 2483 of ...core/includes/theme.inc).

This is caused by theme('help') without any variables passed. Not sure, why that's there, anyway. It seems to be ancient code.

Maybe just remove that line?

indigoxela commented 8 months ago

A PR is available now.

herbdool commented 8 months ago

@indigoxela thanks! I don't know why it's there either - maybe something I removed and I don't remember.

indigoxela commented 8 months ago

I don't know why it's there either

My suspicion is, that this is some leftover code from the D6 to D7 migration (very old code). :shrug: