Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wokamoto committed Apr 28, 2014
1 parent 961a6b7 commit 84cfd78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions feed-json.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

$feed_json = feed_json->get_instance();
$feed_json = feed_json::get_instance();
$feed_json->init();

register_activation_hook(__FILE__, array($feed_json, 'add_feed_json_once');
register_deactivation_hook(__FILE__, array($feed_json, 'remove_feed_json');
register_activation_hook( __FILE__, array($feed_json, 'add_feed_json_once') );
register_deactivation_hook( __FILE__, array($feed_json, 'remove_feed_json') );

class feed_json {
static $instance;
Expand Down

0 comments on commit 84cfd78

Please sign in to comment.