Remove key message when registering with Hub until it is back.

JI-115
pull/10/merge
thomasmars 2017-04-11 13:02:44 +02:00
parent d81fa06499
commit 2ff14ecd37
1 changed files with 4 additions and 3 deletions

View File

@ -2471,9 +2471,10 @@ class H5PCore {
$this->h5pF->setInfoMessage( $this->h5pF->setInfoMessage(
$this->h5pF->t('Your site was successfully registered with the H5P Hub.') $this->h5pF->t('Your site was successfully registered with the H5P Hub.')
); );
$this->h5pF->setInfoMessage( // TODO: Uncomment when key is once again available in H5P Settings
$this->h5pF->t('You have been provided a unique key that identifies you with the Hub when receiving new updates. The key is available for viewing in the "H5P Settings" page.') // $this->h5pF->setInfoMessage(
); // $this->h5pF->t('You have been provided a unique key that identifies you with the Hub when receiving new updates. The key is available for viewing in the "H5P Settings" page.')
// );
} }
if ($this->h5pF->getOption('send_usage_statistics', TRUE)) { if ($this->h5pF->getOption('send_usage_statistics', TRUE)) {