From bffeccede277cbc9d47e0a5c696aaf85c63d96a2 Mon Sep 17 00:00:00 2001 From: tmont Date: Sat, 15 Nov 2008 21:26:08 +0000 Subject: [PATCH] fixed comments --- src/lib/controllers/handlers/WikiEditPagePostHandler.php | 4 ---- src/lib/controllers/handlers/WikiNewPagePostHandler.php | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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