Skip to content

Commit

Permalink
Plugin.php: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubboucek committed Oct 13, 2019
1 parent 83c78d9 commit 610988f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}
Expand Down

0 comments on commit 610988f

Please sign in to comment.