plugins/Decir.php
changeset 2 253118325c65
parent 1 6f8b7c6fac02
child 3 88b85b9b9272
--- 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);