Skip to content

Commit

Permalink
Fixed a notice
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Feb 10, 2005
1 parent 1695b68 commit e5b02a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/policy.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require_once("../config.php");

optional_param('agree', 0, PARAM_INT);
$agree = optional_param('agree', 0, PARAM_INT);

define('MESSAGE_WINDOW', true); // This prevents the message window coming up

Expand Down

0 comments on commit e5b02a0

Please sign in to comment.