Skip to content

Commit

Permalink
[K6.4] KunenaConfig option credits does not exist
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Schultschik <[email protected]>
  • Loading branch information
svanschu committed Jul 3, 2024
1 parent aa5ac19 commit f1d7dbf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/libraries/kunena/src/Controller/Application/Display.php
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,7 @@ protected function after()
Factory::getApplication()->setHeader('Cache-Control', 'no-store, must-revalidate, post-check=0, pre-check=0', true);
Factory::getApplication()->sendHeaders();

if ($this->config->get('credits', 1)) {
$this->output->appendAfter($this->poweredBy());
}
$this->output->appendAfter($this->poweredBy());

KunenaProfiler::getInstance() ? KunenaProfiler::instance()->stop('function ' . \get_class($this) . '::' . __FUNCTION__ . '()') : null;
}
Expand Down

0 comments on commit f1d7dbf

Please sign in to comment.