summaryrefslogtreecommitdiff
path: root/Vote.php
diff options
context:
space:
mode:
Diffstat (limited to 'Vote.php')
-rw-r--r--Vote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vote.php b/Vote.php
index 09f86b0..1a6a8c7 100644
--- a/Vote.php
+++ b/Vote.php
@@ -289,7 +289,7 @@ class SpecialInsertVote extends UnlistedSpecialPage {
}
$content = ContentHandler::getContentText($content);
- $date = date('Y-m-d h:i');
+ $date = date('Y-m-d H:i');
$username = str_replace(' ', '_', $this->getUser()->getName());
$comment = str_replace("\n", ' ', $comment);
$newLine = "* $date $username: " . strtoupper($vote);