jeremyclark13 / automatic-theme-plugin-update

Self hosted plugin and theme update scripts
http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api
548 stars 147 forks source link

Debug Notice: Undefined property: stdClass::$slug #14

Closed deckerweb closed 11 years ago

deckerweb commented 11 years ago

I get this notice when WP_DEBUG is on and I am in the backend searching for new plugins in /wp-admin/plugin-install.php Undefined property: stdClass::$slug

---> it's mentioning the following code line from "test-plugin-update.php" line 77:

    if ($args->slug != $plugin_slug)

Could you do anything about that?

Thanks, Dave :)

P.S. Otherwise your library is working like a charm!