Rename project to luxtools, remove client tool
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled

This commit is contained in:
2026-01-05 16:51:42 +01:00
parent b64d4d91ff
commit e59970e0b8
15 changed files with 66 additions and 325 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace dokuwiki\plugin\filetools;
namespace dokuwiki\plugin\luxtools;
class Output
{
@@ -311,7 +311,7 @@ class Output
protected function getLang($key)
{
$syntax = plugin_load('syntax', 'filetools');
$syntax = plugin_load('syntax', 'luxtools');
return $syntax->getLang($key);
}
}