Completed
Push — master ( 89db83...723e32 )
by Ryan
02:42
created
src/Preference/Listener/ConfigureSystem.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
                 continue;
108 108
             }
109 109
 
110
-            if (!$this->preferences->has($key = 'streams::' . $key)) {
110
+            if (!$this->preferences->has($key = 'streams::'.$key)) {
111 111
                 continue;
112 112
             }
113 113
 
Please login to merge, or discard this patch.