bug fixes
This commit is contained in:
@@ -5,7 +5,7 @@ function sanitise_acl(&$item) {
|
||||
}
|
||||
|
||||
function item_post(&$a) {
|
||||
|
||||
dbg(3);
|
||||
if((! local_user()) && (! remote_user()))
|
||||
return;
|
||||
|
||||
@@ -170,6 +170,6 @@ function item_post(&$a) {
|
||||
array(),$foo));
|
||||
|
||||
}
|
||||
goaway($a->get_baseurl() . "/" . $_POST['return'] );
|
||||
// goaway($a->get_baseurl() . "/" . $_POST['return'] );
|
||||
return; // NOTREACHED
|
||||
}
|
||||
Reference in New Issue
Block a user