radishconcepts / WordPress-GitHub-Plugin-Updater

This class is meant to be used with your Github hosted WordPress plugins. The purpose of the class is to allow your WordPress plugin to be updated whenever you push out a new version of your plugin; similarly to the experience users know and love with the WordPress.org plugin repository.
https://github.com/jkudish/WordPress-GitHub-Plugin-Updater
823 stars 195 forks source link

$args != $response at Line 279 method get_plugin_info #9

Closed sc0ttkclark closed 12 years ago

sc0ttkclark commented 12 years ago

The get_plugin_info method is using $args, but below that it uses $response and returns $response, so this won't work.

Either rename $args to $response, or all calls to $response to $args as a solution.

sc0ttkclark commented 12 years ago

Updated in pull request