d6
Frode Petterson 2015-02-10 16:40:23 +01:00
parent c764d13b32
commit fb77a4d20d
1 changed files with 1 additions and 1 deletions

View File

@ -2232,7 +2232,7 @@ class H5PCore {
}
}
if($platformInfo['uuid'] === '' && isset($json->uuid)) {
$this->h5pF->setOption('h5p_site_uuid', $json->uuid);
$this->h5pF->setOption('site_uuid', $json->uuid);
}
}
}