meta-environment icon indicating copy to clipboard operation
meta-environment copied to clipboard

wordcamp.dev: PHP Warning in_array() expects parameter 2 to be array, null given

Open ocean90 opened this issue 10 years ago • 1 comments

On vagrant provision I get some PHP warnings:

default: Warning: in_array() expects parameter 2 to be array, null given in /srv/www/wordpress-meta-environment/wordcamp.dev/public_html/wp-content/mu-plugins/trusted-deputy-capabilities.php on line 33

Seems to be introduced by https://meta.trac.wordpress.org/changeset/1673/.

ocean90 avatar Aug 16 '15 10:08 ocean90

Yup, it just needs something like $trusted_deputies = array() in wp-config.php

iandunn avatar Sep 04 '15 21:09 iandunn