Fix missing argument, php 7.1
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
$handler = new FeverAPI($_REQUEST);
|
$handler = new FeverAPI($_REQUEST);
|
||||||
|
|
||||||
if ($handler->before()) {
|
if ($handler->before("")) {
|
||||||
if (method_exists($handler, 'index')) {
|
if (method_exists($handler, 'index')) {
|
||||||
$handler->index();
|
$handler->index();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user