Skip to content

Commit

Permalink
Fix wrong phpdoc of print_external() (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Sep 14, 2023
1 parent 43063e4 commit 8e87afa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tinyfilemanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -2249,7 +2249,6 @@ class="edit-file"><i class="fa fa-pencil-square-o"></i> <?php echo lng('Advanced
/**
* It prints the css/js files into html
* @param key The key of the external file to print.
* @return The value of the key in the array.
*/
function print_external($key) {
global $external;
Expand Down

0 comments on commit 8e87afa

Please sign in to comment.