Add the Chronological
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
* This file registers a minimal autoloader for the plugin namespace.
|
||||
*/
|
||||
|
||||
$composerAutoload = __DIR__ . '/vendor/autoload.php';
|
||||
if (is_file($composerAutoload)) {
|
||||
require_once $composerAutoload;
|
||||
}
|
||||
|
||||
spl_autoload_register(static function ($class) {
|
||||
$prefix = 'dokuwiki\\plugin\\luxtools\\';
|
||||
$prefixLen = strlen($prefix);
|
||||
|
||||
Reference in New Issue
Block a user