Completed
Push — master ( fc4810...b3f176 )
by Paul
04:33
created
modules/OTP.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -187,7 +187,7 @@
 block discarded – undo
187 187
 		$secret = $this->otp->generateSecret();
188 188
 		$QR = $this->otp_helper->generateKeyURI('sha1', $secret, $this->user->data['user_id']);
189 189
 		$this->template->assign_vars(array(
190
-			'TFA_QR_CODE'				=> 'https://chart.googleapis.com/chart?chs=200x200&chld=M|0&cht=qr&chl=' . $QR,
190
+			'TFA_QR_CODE'				=> 'https://chart.googleapis.com/chart?chs=200x200&chld=M|0&cht=qr&chl='.$QR,
191 191
 			'TFA_SECRET'				=> $secret,
192 192
 			'TFA_ADD_OTP_KEY_EXPLAIN'	=> $this->user->lang('TFA_ADD_OTP_KEY_EXPLAIN', $secret),
193 193
 			'S_HIDDEN_FIELDS'			=> build_hidden_fields(array(
Please login to merge, or discard this patch.