more bugs
This commit is contained in:
parent
bbe53699f2
commit
6695b4a203
13 changed files with 25 additions and 25 deletions
|
@ -5,7 +5,7 @@ function sanitise_acl(&$item) {
|
|||
}
|
||||
|
||||
function item_post(&$a) {
|
||||
dbg(3);
|
||||
|
||||
if((! local_user()) && (! remote_user()))
|
||||
return;
|
||||
|
||||
|
@ -170,6 +170,6 @@ dbg(3);
|
|||
array(),$foo));
|
||||
|
||||
}
|
||||
// goaway($a->get_baseurl() . "/" . $_POST['return'] );
|
||||
goaway($a->get_baseurl() . "/" . $_POST['return'] );
|
||||
return; // NOTREACHED
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue