aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/plugins/remote.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2020-08-13 13:40:39 +0200
committerAndreas Gohr <andi@splitbrain.org>2020-08-13 13:40:39 +0200
commite4aa0139d52e6547b2a34349ecebb02c9f1c4593 (patch)
tree6ee9c53b79c03cd3cdbf063fe926d1dec7b1066f /lib/plugins/remote.php
parent04225b4a35e2515bb44161e979ee030629f0b072 (diff)
downloaddokuwiki-e4aa0139d52e6547b2a34349ecebb02c9f1c4593.tar.gz
dokuwiki-e4aa0139d52e6547b2a34349ecebb02c9f1c4593.zip
better deprecation messages for self required plugin base files
Diffstat (limited to 'lib/plugins/remote.php')
-rw-r--r--lib/plugins/remote.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/plugins/remote.php b/lib/plugins/remote.php
index a3cbec722..7ea78a888 100644
--- a/lib/plugins/remote.php
+++ b/lib/plugins/remote.php
@@ -1,2 +1,4 @@
<?php
-dbg_deprecated('Autoloading. Do not require() files yourself.');
+\dokuwiki\Debug\DebugHelper::dbgDeprecatedFunction(
+ 'Do not require() files yourself. Autoloading', 1, basename(__FILE__)
+);