Skip to content

Commit

Permalink
Fix Method definition
Browse files Browse the repository at this point in the history
  • Loading branch information
fchgds committed Apr 14, 2016
1 parent 22783e9 commit c854609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woocommerce-gateway-tigomoney.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function add_gateway($methods) {
return $methods;
}

public function plugin_updater() {
public static function plugin_updater() {
include_once 'updater.php';

if (is_admin()) {
Expand Down

0 comments on commit c854609

Please sign in to comment.