File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
docs/apis/subsystems/files
version-4.1/apis/subsystems/files
version-4.3/apis/subsystems/files
version-4.4/apis/subsystems/files
version-4.5/apis/subsystems/files Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ The complete function signature for this callback is as follows:
116116function [component_name]_pluginfile(
117117 $course,
118118 $cm,
119- $context.
119+ $context,
120120 string $filearea,
121121 array $args,
122122 bool $forcedownload,
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ The complete function signature for this callback is as follows:
116116function [component_name]_pluginfile(
117117 $course,
118118 $cm,
119- $context.
119+ $context,
120120 string $filearea,
121121 array $args,
122122 bool $forcedownload,
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ The complete function signature for this callback is as follows:
116116function [component_name]_pluginfile(
117117 $course,
118118 $cm,
119- $context.
119+ $context,
120120 string $filearea,
121121 array $args,
122122 bool $forcedownload,
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ The complete function signature for this callback is as follows:
116116function [component_name]_pluginfile(
117117 $course,
118118 $cm,
119- $context.
119+ $context,
120120 string $filearea,
121121 array $args,
122122 bool $forcedownload,
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ The complete function signature for this callback is as follows:
116116function [component_name]_pluginfile(
117117 $course,
118118 $cm,
119- $context.
119+ $context,
120120 string $filearea,
121121 array $args,
122122 bool $forcedownload,
You can’t perform that action at this time.
0 commit comments