You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception: TypeError Kirby\Cms\App::{closure}(): Argument #2 ($input) must be of type array, null given
So apparently Kirby doesn't always send input. Also the plugin does not use the $input argument, so I think it's best to make it optional. I'll submit a PR in a second.
The text was updated successfully, but these errors were encountered:
Whenever I update a file I get this error:
So apparently Kirby doesn't always send input. Also the plugin does not use the
$input
argument, so I think it's best to make it optional. I'll submit a PR in a second.The text was updated successfully, but these errors were encountered: