Fixed a bug
Jeremy D

Jeremy D commited on 2022-02-28 19:16:50
Showing 1 changed files, with 3 additions and 3 deletions.

... ...
@@ -36,7 +36,7 @@
36 36
 		<remove-dir name="$sourcedir/StopForumSpam.php" />
37 37
 	</uninstall>
38 38
 
39
-	<install for="2.1 RC4, 2.1.*">
39
+	<install for="2.1.*">
40 40
 		<database>install_sfs.php</database>
41 41
 
42 42
 		<require-file name="language/StopForumSpam.english.php" destination="$themes_dir/default/languages" />
... ...
@@ -60,7 +60,7 @@
60 60
 		<redirect url="?action=admin;area=securitysettings;sa=sfs" />
61 61
 	</install>
62 62
 
63
-	<uninstall for="2.1 RC4, 2.1.*">
63
+	<uninstall for="2.1.*">
64 64
 		<!-- database changes, undone -->
65 65
 		<database>install_sfs.php</database>
66 66
 
... ...
@@ -69,7 +69,7 @@
69 69
 			<hook hook="integrate_pre_include" function="$sourcedir/SFS.php" reverse="true" />
70 70
 			<hook hook="integrate_pre_load" function="SFS::hook_pre_load" reverse="true" />
71 71
 			<hook hook="integrate_register" function="SFS::hook_register" reverse="true" />
72
-			<hook hook="integrate_create_control_verification_test" function="SFSA::hook_create_control_verification_test" reverse="true" />
72
+			<hook hook="integrate_create_control_verification_test" function="SFS::hook_create_control_verification_test" reverse="true" />
73 73
 
74 74
 			<!-- Admin Section -->
75 75
 			<hook hook="integrate_admin_include" function="$sourcedir/SFS-Subs-Admin.php" reverse="true" />
76 76