Rename project to luxtools, remove client tool
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled
Some checks failed
DokuWiki Default Tasks / all (push) Has been cancelled
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user