We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3d456 commit fcedef6Copy full SHA for fcedef6
Snippet.php
@@ -6,7 +6,7 @@
6
'descriptionmsg' => 'snippet-desc',
7
'version' => '1.2.1',
8
'author' => 'UltrasonicNXT/Adam Carter',
9
- 'url' => 'https://github.com/Brickimedia/Snippet',
+ 'url' => '//github.com/Brickimedia/Snippet',
10
);
11
12
$wgAutoloadClasses['SnippetAPI'] = __DIR__ . '/Snippet.api.php';
@@ -16,4 +16,4 @@
16
17
$wgExtensionMessagesFiles['Snippet'] = __DIR__ . '/Snippet.i18n.php';
18
19
-$wgSnippetMaxLength = 600;
+$wgSnippetMaxLength = 600;
0 commit comments