|
@@ -167,7 +167,7 @@ discard block |
|
|
block discarded – undo |
|
167
|
167
|
$sections = is_array($sectionsQuery) ? $sectionsQuery : explode('|', $sectionsQuery); |
|
168
|
168
|
|
|
169
|
169
|
// Filter out any invalid section IDs. |
|
170
|
|
- $sections = array_filter($sections, function ($section) { |
|
|
170
|
+ $sections = array_filter($sections, function($section) { |
|
171
|
171
|
return in_array($section, $this->getSectionNames()); |
|
172
|
172
|
}); |
|
173
|
173
|
|
|
@@ -232,7 +232,7 @@ discard block |
|
|
block discarded – undo |
|
232
|
232
|
$this->setUpEditCounter(); |
|
233
|
233
|
|
|
234
|
234
|
$ret = [ |
|
235
|
|
- 'xtTitle' => $this->user->getUsername() . ' - ' . $this->project->getTitle(), |
|
|
235
|
+ 'xtTitle' => $this->user->getUsername().' - '.$this->project->getTitle(), |
|
236
|
236
|
'xtPage' => 'editcounter', |
|
237
|
237
|
'user' => $this->user, |
|
238
|
238
|
'project' => $this->project, |
Please login to merge, or discard this patch.