Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
Ups.
  • Loading branch information
MarioFinale committed Jul 31, 2018
1 parent 3c23600 commit 20b906c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OldGrillitusTasks.vb
Expand Up @@ -489,7 +489,7 @@ Namespace WikiBot
Dim destNamespace As String = Destination.Split(":"c)(0) Dim destNamespace As String = Destination.Split(":"c)(0)
Dim destPagename As String = Utils.ReplaceFirst(Destination, destNamespace & ":", "") Dim destPagename As String = Utils.ReplaceFirst(Destination, destNamespace & ":", "")
Dim destParsedNamespace As String = Utils.UppercaseFirstCharacter(destNamespace.ToLower) Dim destParsedNamespace As String = Utils.UppercaseFirstCharacter(destNamespace.ToLower)
Dim destParsedPagename As String = Utils.UppercaseFirstCharacter(destPagename.ToLower) Dim destParsedPagename As String = Utils.UppercaseFirstCharacter(destPagename)
Destination = destParsedNamespace & ":" & destParsedPagename Destination = destParsedNamespace & ":" & destParsedPagename
End If End If
End If End If
Expand Down

0 comments on commit 20b906c

Please sign in to comment.