diff -r 6f8b7c6fac02 -r 253118325c65 plugins/Decir.php --- a/plugins/Decir.php Wed Oct 17 20:23:51 2007 -0400 +++ b/plugins/Decir.php Wed Oct 17 21:52:27 2007 -0400 @@ -86,6 +86,9 @@ case 'delete': require('delete.php'); break; + case 'restoretopic': + require('restoretopic.php'); + break; } chdir($curdir);