There is no disable about for content, it's only a global setting.
parent
3a0abf935e
commit
7e009d00ca
|
@ -2415,9 +2415,6 @@ class H5PCore {
|
||||||
if (!isset($sources['embed']) || !$sources['embed']) {
|
if (!isset($sources['embed']) || !$sources['embed']) {
|
||||||
$disable |= H5PCore::DISABLE_EMBED;
|
$disable |= H5PCore::DISABLE_EMBED;
|
||||||
}
|
}
|
||||||
if (!isset($sources['about']) || !$sources['about']) {
|
|
||||||
$disable |= H5PCore::DISABLE_ABOUT;
|
|
||||||
}
|
|
||||||
return $disable;
|
return $disable;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue