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:
116
116
function [component_name]_pluginfile(
117
117
$course,
118
118
$cm,
119
- $context.
119
+ $context,
120
120
string $filearea,
121
121
array $args,
122
122
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:
116
116
function [component_name]_pluginfile(
117
117
$course,
118
118
$cm,
119
- $context.
119
+ $context,
120
120
string $filearea,
121
121
array $args,
122
122
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:
116
116
function [component_name]_pluginfile(
117
117
$course,
118
118
$cm,
119
- $context.
119
+ $context,
120
120
string $filearea,
121
121
array $args,
122
122
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:
116
116
function [component_name]_pluginfile(
117
117
$course,
118
118
$cm,
119
- $context.
119
+ $context,
120
120
string $filearea,
121
121
array $args,
122
122
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:
116
116
function [component_name]_pluginfile(
117
117
$course,
118
118
$cm,
119
- $context.
119
+ $context,
120
120
string $filearea,
121
121
array $args,
122
122
bool $forcedownload,
You can’t perform that action at this time.
0 commit comments