Completed
Push — master ( 93f351...ab0a6e )
by Paul
03:41
created
ucp/tfa_module.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -60,10 +60,10 @@  discard block
 block discarded – undo
60 60
 	 */
61 61
 	private function setup(user $user, template $template, request_interface $request, session_helper $session_helper)
62 62
 	{
63
-		$this->user 				= $user;
63
+		$this->user = $user;
64 64
 		$this->template 			= $template;
65 65
 		$this->request 				= $request;
66
-		$this->session_helper 		= $session_helper;
66
+		$this->session_helper = $session_helper;
67 67
 	}
68 68
 
69 69
 	/**
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
 				{
103 103
 					$module->register();
104 104
 					meta_refresh(3, $this->u_action);
105
-					$message = $this->user->lang['TFA_KEY_ADDED'] . '<br /><br />' . sprintf($this->user->lang['RETURN_UCP'], '<a href="' . $this->u_action . '">', '</a>');
105
+					$message = $this->user->lang['TFA_KEY_ADDED'].'<br /><br />'.sprintf($this->user->lang['RETURN_UCP'], '<a href="'.$this->u_action.'">', '</a>');
106 106
 					trigger_error($message);
107 107
 				}
108 108
 				if ($module->can_register())
@@ -212,7 +212,7 @@  discard block
 block discarded – undo
212 212
 			}
213 213
 		}
214 214
         meta_refresh(3, $this->u_action);
215
-        $message = $this->user->lang['TFA_KEYS_DELETED'] . '<br /><br />' . sprintf($this->user->lang['RETURN_UCP'], '<a href="' . $this->u_action . '">', '</a>');
215
+        $message = $this->user->lang['TFA_KEYS_DELETED'].'<br /><br />'.sprintf($this->user->lang['RETURN_UCP'], '<a href="'.$this->u_action.'">', '</a>');
216 216
         trigger_error($message);
217 217
 	}
218 218
 }
Please login to merge, or discard this patch.