forked from leftypol/leftypol
mod.php: add missing context parameter
This commit is contained in:
parent
c0cce68f6b
commit
e58876a0ee
1 changed files with 1 additions and 1 deletions
2
mod.php
2
mod.php
|
@ -173,7 +173,7 @@ foreach ($pages as $uri => $handler) {
|
|||
if ($secure_post_only)
|
||||
error($config['error']['csrf']);
|
||||
else {
|
||||
mod_confirm(substr($query, 1));
|
||||
mod_confirm($ctx, substr($query, 1));
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue