Skip to content

Commit

Permalink
2-0-0-b46
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWCS committed Dec 22, 2019
1 parent 14e83ea commit 05e7465
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lf-who-was-here-2_build_changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

### Builds 2.0.0

* B46:
* Fix: Die Änderung bei B45 funktionierte nicht, wenn die Startseite per `.htaccess` auf das Portal umgebogen wurde. (Meldung Kirk)
* B45:
* Fix: Durch eine Änderung in B43 wurde im Portal das WWH Modul nicht mehr angezeigt. (Meldung Kirk)
* B44:
Expand Down
2 changes: 1 addition & 1 deletion lukewcs/whowashere/core/who_was_here.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public function update_session()
public function display()
{
$page_name = $this->user->page['page_name'];
if ($page_name != 'index.' . $this->php_ext && $page_name != 'app.' . $this->php_ext . '/portal')
if ($page_name != 'index.' . $this->php_ext && $page_name != 'app.' . $this->php_ext . '/portal' && $page_name != 'app.' . $this->php_ext)
{
return;
}
Expand Down

0 comments on commit 05e7465

Please sign in to comment.