mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-08-02 14:57:52 +02:00
Fix wrong phpdoc of print_external() (#1091)
This commit is contained in:
@@ -2249,7 +2249,6 @@ fm_show_footer();
|
|||||||
/**
|
/**
|
||||||
* It prints the css/js files into html
|
* It prints the css/js files into html
|
||||||
* @param key The key of the external file to print.
|
* @param key The key of the external file to print.
|
||||||
* @return The value of the key in the array.
|
|
||||||
*/
|
*/
|
||||||
function print_external($key) {
|
function print_external($key) {
|
||||||
global $external;
|
global $external;
|
||||||
|
Reference in New Issue
Block a user