mirror of
https://github.com/friendica/friendica
synced 2025-04-30 23:04:23 +02:00
Fix more errors
This commit is contained in:
parent
caa826ca06
commit
2ff280d34c
3 changed files with 8 additions and 4 deletions
|
@ -269,7 +269,7 @@ abstract class BaseModule implements ICanHandleRequests
|
|||
$request[$parameter] = $this->getRequestValue($input, $parameter, $defaultvalue);
|
||||
}
|
||||
|
||||
foreach ($input ?? [] as $parameter => $value) {
|
||||
foreach ($input as $parameter => $value) {
|
||||
if ($parameter == 'pagename') {
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue