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
|
@ -60,7 +60,7 @@ function notifyall_post(App $a)
|
|||
DI::baseUrl()->redirect('admin');
|
||||
}
|
||||
|
||||
function notifyall_content(&$a)
|
||||
function notifyall_content(App $a)
|
||||
{
|
||||
if (!$a->isSiteAdmin()) {
|
||||
return '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue