From 9417b4f633724af9facdad7da6f448c0751a3c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bouc=CC=8Cek?= Date: Sun, 13 Oct 2019 14:18:57 +0200 Subject: [PATCH] Plugin.php: Fix typo --- src/Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugin.php b/src/Plugin.php index 8ba5ed1..3658773 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -140,7 +140,7 @@ public function ssc_activation_hook() { 'simpleshop-cz' ), E_USER_ERROR ); } - // Generate and save the secure key$this = new Plugin(); + // Generate and save the secure key $key = $this->generate_secure_key(); $this->save_secure_key( $key ); }