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

class exists check is wrong #1

Closed Otto42 closed 13 years ago

Otto42 commented 13 years ago

if (!class_exists('github_updater')) : class wp_github_updater {

Shouldn't that be class_exists('wp_github_updater')?

jkudish commented 13 years ago

Very good point. Now fixed!