Skip to content
This repository was archived by the owner on May 25, 2021. It is now read-only.

Commit c2868d7

Browse files
committed
Squashed commit of the following:
* I am an idiot * Remove version
1 parent f3e0a68 commit c2868d7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

SpecialHandleReports.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function execute( $par ) {
199199
$out->addHTML(Html::rawElement('td', [],
200200
$query->report_handled ?
201201
wfMessage( 'report-handling-handled' )->escaped() :
202-
wfMessage( 'reprot-handling-nothandled' )->escaped()
202+
wfMessage( 'report-handling-nothandled' )->escaped()
203203
));
204204
// <td>
205205
$out->addHTML(Html::openElement('td'));

extension.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "Report",
3-
"version": "0.0.0",
43
"author": [
54
"Ken Hilton"
65
],

0 commit comments

Comments
 (0)