@@ -115,14 +115,14 @@ |
||
115 | 115 | // Each entry is in the form [ database string, attribute name ] |
116 | 116 | // and it happens to be that the attribute is just the lower case form of the database value |
117 | 117 | $actions = [ |
118 | - [ 'Suspended', 'suspended' ], |
|
119 | - [ 'Promoted', 'promoted' ], |
|
120 | - [ 'Approved', 'approved' ], |
|
121 | - [ 'Demoted', 'demoted' ], |
|
122 | - [ 'Declined', 'declined' ], |
|
123 | - [ 'Renamed', 'renamed' ], |
|
124 | - [ 'Edited', 'edited' ], |
|
125 | - [ 'Prefchange', 'prefchange' ], |
|
118 | + ['Suspended', 'suspended'], |
|
119 | + ['Promoted', 'promoted'], |
|
120 | + ['Approved', 'approved'], |
|
121 | + ['Demoted', 'demoted'], |
|
122 | + ['Declined', 'declined'], |
|
123 | + ['Renamed', 'renamed'], |
|
124 | + ['Edited', 'edited'], |
|
125 | + ['Prefchange', 'prefchange'], |
|
126 | 126 | ]; |
127 | 127 | foreach ($actions as $action) { |
128 | 128 | $dbValue = $action[0]; |