aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/inc/load.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/load.php')
-rw-r--r--inc/load.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/load.php b/inc/load.php
index afcb62637..68d425584 100644
--- a/inc/load.php
+++ b/inc/load.php
@@ -155,7 +155,7 @@ function load_autoload($name){
try {
require $plg;
} catch (\Throwable $e) {
- \dokuwiki\ErrorHandler::showExceptionMsg($e, "Error loading plugin ${$m[2]}");
+ \dokuwiki\ErrorHandler::showExceptionMsg($e, "Error loading plugin {$m[2]}");
}
}
return true;