Changes:
- added more type-hints - cleaned up some files (curly braces, spaces)
This commit is contained in:
parent
a1e17968d1
commit
04df7f6e05
74 changed files with 603 additions and 529 deletions
|
@ -82,10 +82,11 @@ function opmlexport_addon_settings(App $a, array &$data)
|
|||
}
|
||||
|
||||
|
||||
function opmlexport_addon_settings_post(App $a, &$b)
|
||||
function opmlexport_addon_settings_post(App $a, array &$b)
|
||||
{
|
||||
if (!local_user() || empty($_POST['opmlexport-submit'])) {
|
||||
return;
|
||||
}
|
||||
|
||||
opmlexport($a);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue