Completed
Push — master ( 2f0092...ad18c7 )
by Vitaly
52s
created
src/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
         $entity->save();
51 51
 
52 52
         // Go to correct form URL
53
-        url()->redirect($this->system->module('cms')->baseUrl.'/'.$this->id . '/form/' . $entity->id);
53
+        url()->redirect($this->system->module('cms')->baseUrl.'/'.$this->id.'/form/'.$entity->id);
54 54
     }
55 55
 
56 56
     /**
Please login to merge, or discard this patch.