Update the scrutinizer file
Jeremy D

Jeremy D commited on 2022-08-10 18:55:41
Showing 2 changed files, with 1 additions and 2 deletions.

... ...
@@ -181,7 +181,7 @@ build:
181 181
                     - php-scrutinizer-run
182 182
             dependencies:
183 183
                 after:
184
-                    - git clone https://github.com/SimpleMachines/SMF2.1 smf
184
+                    - git clone -b release-2.1 https://github.com/SimpleMachines/SMF smf
185 185
 
186 186
 filter:
187 187
     dependency_paths:
... ...
@@ -300,7 +300,6 @@ class ErrorPopup
300 300
 	*/
301 301
 	public static function hook_redirect(&$setLocation, &$refresh, &$permanent): void
302 302
 	{
303
-	///https://dev.sleepycode.com/smf21mod/index.php?action=admin;area=logs;sa=errorlog;start=0;ajax
304 303
 		// We are on a error log action such as delete.
305 304
 		if (
306 305
 			isset($_REQUEST['action'], $_REQUEST['area'], $_REQUEST['sa'], $_REQUEST['ajax'])
307 306