Skip to content

Commit

Permalink
Commented out unconditional P2P uninstall.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rarst committed Dec 17, 2014
1 parent acd9e51 commit 387fe21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@

register_activation_hook( __FILE__, array( 'P2P_Storage', 'init' ) );
register_activation_hook( __FILE__, array( 'P2P_Storage', 'install' ) );
register_uninstall_hook( __FILE__, array( 'P2P_Storage', 'uninstall' ) );

// TODO safer handling for uninstall
//register_uninstall_hook( __FILE__, array( 'P2P_Storage', 'uninstall' ) );

0 comments on commit 387fe21

Please sign in to comment.