Jeremy D

Jeremy D commited on 2022-05-25 15:53:00
Showing 2 changed files, with 3 additions and 1 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:
... ...
@@ -685,6 +685,8 @@ class SFSL
685 685
 	 */
686 686
 	public function getSFSLogPrepareEntry(array $row = array()): array
687 687
 	{
688
+		global $scripturl;
689
+
688 690
 		$return = array(
689 691
 			'id' => $row['id_sfs'],
690 692
 			'type' => $this->SFSclass->txt('sfs_log_types_' . $row['id_type']),
691 693