diff options
-rw-r--r-- | Vote.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |