diff --git a/src/lib/controllers/handlers/WikiEditPagePostHandler.php b/src/lib/controllers/handlers/WikiEditPagePostHandler.php index 33a9ba0..0fcc433 100644 --- a/src/lib/controllers/handlers/WikiEditPagePostHandler.php +++ b/src/lib/controllers/handlers/WikiEditPagePostHandler.php @@ -25,10 +25,6 @@ /** * {@inheritdoc} * - * This always inserts into the history table, - * at least until I think of something more for wiki pages - * to do that insert/update the database. - * * @author Tommy Montgomery * @since 2008-10-18 * diff --git a/src/lib/controllers/handlers/WikiNewPagePostHandler.php b/src/lib/controllers/handlers/WikiNewPagePostHandler.php index 9787205..feb51a1 100644 --- a/src/lib/controllers/handlers/WikiNewPagePostHandler.php +++ b/src/lib/controllers/handlers/WikiNewPagePostHandler.php @@ -25,7 +25,7 @@ /** * {@inheritdoc} * - * Creates a new wiki page and a its first revision. + * Creates a new wiki page and its first revision. * * @author Tommy Montgomery * @since 2008-10-21