diff options
Diffstat (limited to 'api.php')
-rw-r--r-- | api.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ if (Module::isAvailable($module)) { } if (!file_exists($module)) { - Util::traceError('Invalid module, or module without API: ' . $module); + ErrorHandler::traceError('Invalid module, or module without API: ' . $module); } if (php_sapi_name() === 'cli') { register_shutdown_function(function() { |