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
The if clause assumes that the file key exists, but file is only a possible key. (A callable is listed in the backtrace without file being set, causing an undefined index notice to be triggered.)
Solution: use array_key_exists.
The text was updated successfully, but these errors were encountered:
https://github.com/jarednova/timber/blob/master/timber.php#L608
The
if
clause assumes that thefile
key exists, butfile
is only a possible key. (A callable is listed in the backtrace withoutfile
being set, causing an undefined index notice to be triggered.)Solution: use
array_key_exists
.The text was updated successfully, but these errors were encountered: