Completed
Push — master ( 46a77a...a5d155 )
by Fabio
53:55
created
framework/Web/UI/TPageStateFormatter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
 	public static function serialize($page, $data)
39 39
 	{
40 40
 		$sm = $page->getApplication()->getSecurityManager();
41
-		if($page->getEnableStateIGBinary() && extension_loaded('igbinary'))
41
+		if ($page->getEnableStateIGBinary() && extension_loaded('igbinary'))
42 42
 		{
43 43
 			if ($page->getEnableStateValidation()) {
44 44
 				$str = $sm->hashData(igbinary_serialize($data));
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
 				$str = @gzuncompress($str);
82 82
 			}
83 83
 
84
-			if($page->getEnableStateIGBinary() && extension_loaded('igbinary'))
84
+			if ($page->getEnableStateIGBinary() && extension_loaded('igbinary'))
85 85
 			{
86 86
 				if ($page->getEnableStateValidation()) {
87 87
 					if (($str = $sm->validateData($str)) !== false) {
Please login to merge, or discard this patch.