Passed
Push — navbar ( b4d43e...9b0913 )
by Daniel
19:15
created
services/navbar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
 	 */
126 126
 	protected function save_locations(array $locations)
127 127
 	{
128
-		$locations =  array_merge($this->get_locations(), $locations);
128
+		$locations = array_merge($this->get_locations(), $locations);
129 129
 
130 130
 		$this->config->set('sm_navbar_locations', json_encode(array_filter($locations)));
131 131
 	}
Please login to merge, or discard this patch.