Passed
Push — master ( 8740f6...9e8e87 )
by Andreas
15:46
created
lib/midcom/core/account.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@
 block discarded – undo
192 192
             return false;
193 193
         }
194 194
 
195
-        if (   !empty($this->_old_username)
195
+        if (!empty($this->_old_username)
196 196
             && $this->_old_username !== $new_username) {
197 197
             $history = @unserialize($this->_person->get_parameter('midcom', 'username_history')) ?: [];
198 198
             $history[time()] = ['old' => $this->_old_username, 'new' => $new_username];
Please login to merge, or discard this patch.