Completed
Push — master ( 37a392...491a47 )
by Claudio
04:47
created
src/Controllers/Version4/Utilities/DatabaseInformation.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -108,8 +108,8 @@
 block discarded – undo
108 108
 					'engine' => $table->engine,
109 109
 				);
110 110
 
111
-				$database_size['data']  += $table->data;
112
-				$database_size['index'] += $table->index;
111
+				$database_size[ 'data' ]  += $table->data;
112
+				$database_size[ 'index' ] += $table->index;
113 113
 			}
114 114
 		}
115 115
 
Please login to merge, or discard this patch.