Fix missing argument, php 7.1

This commit is contained in:
Grant Pannell
2017-10-20 01:14:44 +10:30
parent da3f333f98
commit 408e0d7695

View File

@@ -54,7 +54,7 @@
$handler = new FeverAPI($_REQUEST);
if ($handler->before()) {
if ($handler->before("")) {
if (method_exists($handler, 'index')) {
$handler->index();
}