Merge branch 'MDL-80538-402' of https://github.com/lameze/moodle into MOODLE_402_STABLE

This commit is contained in:
Huong Nguyen
2024-02-01 11:18:28 +07:00
+2 -2
View File
@@ -214,10 +214,10 @@ class flexible_table {
* for you (even if the param is '', which means no download this time.
* Also you can call this method with no params to get the current set
* download type.
* @param string $download dataformat type. One of csv, xhtml, ods, etc
* @param string|null $download type of dataformat for export.
* @param string $filename filename for downloads without file extension.
* @param string $sheettitle title for downloaded data.
* @return string download dataformat type. One of csv, xhtml, ods, etc
* @return string download dataformat type.
*/
function is_downloading($download = null, $filename='', $sheettitle='') {
if ($download!==null) {