There is no disable about for content, it's only a global setting.

redesign-copyrights
Frode Petterson 2015-05-22 13:18:13 +02:00
parent 3a0abf935e
commit 7e009d00ca
1 changed files with 0 additions and 3 deletions

View File

@ -2415,9 +2415,6 @@ class H5PCore {
if (!isset($sources['embed']) || !$sources['embed']) {
$disable |= H5PCore::DISABLE_EMBED;
}
if (!isset($sources['about']) || !$sources['about']) {
$disable |= H5PCore::DISABLE_ABOUT;
}
return $disable;
}