mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=6020
This commit is contained in:
parent
c88324962d
commit
3d05c8b499
|
@ -60,12 +60,11 @@ if (!empty($_POST['content'])) {
|
|||
}
|
||||
|
||||
|
||||
if (get_int('post')) {
|
||||
if (get_int('post', true)) {
|
||||
$post = getPost(get_int('post'));
|
||||
}
|
||||
|
||||
|
||||
|
||||
// TODO: Write a function for this.
|
||||
if ($helpdesk) {
|
||||
page_head('Questions and answers');
|
||||
|
|
Loading…
Reference in New Issue