Failed Conditions
Branch newinternal (286d66)
by Simon
03:46
created
includes/Helpers/LogHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -273,7 +273,7 @@
 block discarded – undo
273 273
 				$welcomeTemplate = WelcomeTemplate::getById($objectId, $database);
274 274
 
275 275
 				// some old templates have been completely deleted and lost to the depths of time.
276
-				if($welcomeTemplate === false){
276
+				if ($welcomeTemplate === false) {
277 277
 					return "Welcome template #{$objectId}";
278 278
 				} else {
279 279
 					$userCode = htmlentities($welcomeTemplate->getUserCode(), ENT_COMPAT, 'UTF-8');
Please login to merge, or discard this patch.