Skip to content
Snippets Groups Projects
Commit d4636427 authored by vasili.guruli's avatar vasili.guruli
Browse files

Fixed method name

parent 5ce17c5c
No related branches found
No related tags found
No related merge requests found
Pipeline #9404 failed
......@@ -306,7 +306,7 @@ if ( ! class_exists( 'WPDesk_Basic_Requirement_Checker' ) ) {
return false;
}
return $this->get_current_plugin_version() <> $this->get_plugin_version_request( $slug );
return $this->get_current_plugin_version() <> $this->get_plugin_version( $slug );
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment