Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Commit

Permalink
Show Messages view blank as default
Browse files Browse the repository at this point in the history
  • Loading branch information
mys authored Apr 21, 2018
1 parent 33b93f3 commit 5c116d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/pages/game/ShowMessagesPage.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ function show()
{
global $LNG, $USER;

$MessCategory = HTTP::_GP('category', 100);
$MessCategory = HTTP::_GP('category', -1);
$page = HTTP::_GP('side', 1);

$db = Database::get();
Expand Down Expand Up @@ -522,4 +522,4 @@ function show()

$this->display('page.messages.default.tpl');
}
}
}

0 comments on commit 5c116d9

Please sign in to comment.