|
@@ -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
|
|
|
@@ -237,7 +237,7 @@ discard block |
|
|
block discarded – undo |
|
237
|
237
|
} |
|
238
|
238
|
|
|
239
|
239
|
$ret = [ |
|
240
|
|
- 'xtTitle' => $this->user->getUsername() . ' - ' . $this->project->getTitle(), |
|
|
240
|
+ 'xtTitle' => $this->user->getUsername().' - '.$this->project->getTitle(), |
|
241
|
241
|
'xtPage' => 'editcounter', |
|
242
|
242
|
'user' => $this->user, |
|
243
|
243
|
'project' => $this->project, |
Please login to merge, or discard this patch.