Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Gero Gothe committed Sep 18, 2020
1 parent 2d5ff30 commit 269af5f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -76,3 +76,9 @@ Funktionen, welche in kommenden Versionen dazukommen sollen:
* ggf. ein online Vorlageneditor
* Löschen von Vorlagen
* Hochladen von Vorlagen

## Kompatibilität

Getestet mit
* PHP **7.3**
* Dokuwiki / **Hogfather**
2 changes: 1 addition & 1 deletion admin.php
Expand Up @@ -12,7 +12,7 @@ class admin_plugin_pdftools extends DokuWiki_Admin_Plugin {

var $output = 'COMMAND: none';

function getMenuText(){
function getMenuText($language){
return "Vorlagen für den PDF-Generator";
}

Expand Down

0 comments on commit 269af5f

Please sign in to comment.