Completed
Pull Request — patch_1-1-7 (#3421)
by Spuds
13:53
created
sources/controllers/PersonalMessage.controller.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1859,7 +1859,7 @@
 block discarded – undo
1859 1859
 		global $txt, $context, $user_info, $language, $modSettings;
1860 1860
 
1861 1861
 		// Check that this feature is even enabled!
1862
-		$pmsg_check = $this->_req->getPost('pmsg', 'intval',  $this->_req->getQuery('pmsg', 'intval', 0));
1862
+		$pmsg_check = $this->_req->getPost('pmsg', 'intval', $this->_req->getQuery('pmsg', 'intval', 0));
1863 1863
 		if (empty($modSettings['enableReportPM']) || empty($pmsg_check))
1864 1864
 		{
1865 1865
 			throw new Elk_Exception('no_access', false);
Please login to merge, or discard this patch.
sources/subs/Errors/Errors.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -293,7 +293,7 @@
 block discarded – undo
293 293
 			loadUserSettings();
294 294
 
295 295
 			$_SESSION['session_var'] = isset($_SESSION['session_var']) ? $_SESSION['session_var'] : '';
296
-			$_SESSION['session_value'] = isset($_SESSION['session_value'] ) ? $_SESSION['session_value'] : '';
296
+			$_SESSION['session_value'] = isset($_SESSION['session_value']) ? $_SESSION['session_value'] : '';
297 297
 			loadTheme();
298 298
 
299 299
 			// Here lies elkarte, dead from a program error. Just a cryptic message, no output could be better.
Please login to merge, or discard this patch.