From 2ff14ecd371649f9d19335ab52f465fcf5cdc68c Mon Sep 17 00:00:00 2001 From: thomasmars Date: Tue, 11 Apr 2017 13:02:44 +0200 Subject: [PATCH] Remove key message when registering with Hub until it is back. JI-115 --- h5p.classes.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/h5p.classes.php b/h5p.classes.php index f4b4bef..f3b9970 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -2471,9 +2471,10 @@ class H5PCore { $this->h5pF->setInfoMessage( $this->h5pF->t('Your site was successfully registered with the H5P Hub.') ); - $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.') - ); + // TODO: Uncomment when key is once again available in H5P Settings +// $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)) {