This repository was archived by the owner on Apr 4, 2023. It is now read-only.
forked from acegiak/Semantic-Linkbacks
-
-
Notifications
You must be signed in to change notification settings - Fork 17
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
in_array second parameter passed as string #190
Copy link
Copy link
Closed
Labels
Description
with latest master of webmentions, semantic linkbacks micropub and the patched indieauth plugin I get these warnings in debug.log
PHP Warning: in_array() expects parameter 2 to be array, string given in /plugins/semantic-linkbacks/templates/linkbacks.php on line 2
PHP Warning: in_array() expects parameter 2 to be array, string given in /plugins/semantic-linkbacks/templates/linkbacks.php on line 16
PHP Warning: in_array() expects parameter 2 to be array, string given in /plugins/semantic-linkbacks/templates/linkbacks.php on line 30
PHP Warning: in_array() expects parameter 2 to be array, string given in /plugins/semantic-linkbacks/templates/linkbacks.php on line 44
PHP Warning: in_array() expects parameter 2 to be array, string given in /plugins/semantic-linkbacks/templates/linkbacks.php on line 58
PHP Warning: in_array() expects parameter 2 to be array, string given in /plugins/semantic-linkbacks/templates/linkbacks.php on line 72
PHP Warning: in_array() expects parameter 2 to be array, string given in . /plugins/semantic-linkbacks/templates/linkbacks.php on line 86
PHP Warning: in_array() expects parameter 2 to be array, string given in . /plugins/semantic-linkbacks/templates/linkbacks.php on line 100
PHP Warning: in_array() expects parameter 2 to be array, string given in . /plugins/semantic-linkbacks/templates/linkbacks.php on line 116
PHP Warning: in_array() expects parameter 2 to be array, string given in . /plugins/semantic-linkbacks/templates/linkbacks.php on line 132
PHP Warning: in_array() expects parameter 2 to be array, string given in . /plugins/semantic-linkbacks/templates/linkbacks.php on line 198
I get similar errors in micropub when attempting to post from Omnibear indieweb/wordpress-micropub#133