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 101d5aab31
commit 6ecb15a1d0
1 changed files with 0 additions and 3 deletions

View File

@ -2367,9 +2367,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;
}