We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e63733 commit d98308bCopy full SHA for d98308b
lib/plugins/extension/Notice.php
@@ -163,7 +163,8 @@ protected function checkPHPVersion()
163
*/
164
protected function checkUpdateMessage()
165
{
166
- // FIXME should we only display this for installed extensions?
+ // only display this for installed extensions
167
+ if (!$this->extension->isInstalled()) return;
168
if ($msg = $this->extension->getUpdateMessage()) {
169
$this->notices[self::WARNING][] = sprintf($this->getLang('update_message'), $msg);
170
}
0 commit comments