Skip to content
This repository was archived by the owner on Feb 12, 2018. It is now read-only.

Commit 82dd21f

Browse files
committed
Interface specification should be Class, Assembly
#2
1 parent 5379051 commit 82dd21f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

View.ascx.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,8 @@ Namespace Connect.Modules.UserManagement.AccountUpdate
504504
Dim objInterface As Object = Nothing
505505

506506
If ExternalInterface.Contains(",") Then
507-
Dim strAssembly As String = ExternalInterface.Split(Char.Parse(","))(0).Trim
508-
Dim strClass As String = ExternalInterface.Split(Char.Parse(","))(1).Trim
507+
Dim strClass As String = ExternalInterface.Split(Char.Parse(","))(0).Trim
508+
Dim strAssembly As String = ExternalInterface.Split(Char.Parse(","))(1).Trim
509509
objInterface = System.Activator.CreateInstance(strAssembly, strClass).Unwrap
510510
End If
511511

0 commit comments

Comments
 (0)