roborourke / wp-less

Provides a LESS compiler compatible with wp_enqueue_style() for rapid CSS development in themes and plugins.
MIT License
217 stars 55 forks source link

PHP Warnings on WP Update Page #79

Open ansonphong opened 9 years ago

ansonphong commented 9 years ago

Every time loading the WordPress updates page, this warning appears:

Warning: Attempt to modify property of non-object in /packages/wp-less/wp-less.php on line 124

Warning: array_search() expects parameter 2 to be array, null given in /packages/wp-less/wp-less.php on line 125

Warning: Attempt to modify property of non-object in /packages/wp-less/wp-less.php on line 125

I've included the WP-LESS package not as a plugin, but as part of the theme itself. This only began happening recently, around WP version 4.3. It is happening in every theme and every server environment that I have which employs WP-LESS.