mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
portfolio MDL-24267 fixing misnamed variable
This commit is contained in:
parent
d8c05a383c
commit
2ae76ab6ed
@ -326,7 +326,7 @@ abstract class portfolio_caller_base {
|
||||
if (empty($this->supportedformats)) {
|
||||
$specific = array();
|
||||
} else if (!is_array($this->supportedformats)) {
|
||||
debugging(get_class($caller) . ' has set a non array value of member variable supported formats - working around but should be fixed in code');
|
||||
debugging(get_class($this) . ' has set a non array value of member variable supported formats - working around but should be fixed in code');
|
||||
$specific = array($this->supportedformats);
|
||||
} else {
|
||||
$specific = $this->supportedformats;
|
||||
|
Loading…
x
Reference in New Issue
Block a user