diff --git a/system/api.php b/system/api.php index d51c619f..751c9d12 100644 --- a/system/api.php +++ b/system/api.php @@ -25,6 +25,8 @@ $ui = new class($key) var $assign = []; function display($key) { + global $req; + showResult(true, $req, $this->getAll()); } function assign($key, $value) {