bug fixes

This commit is contained in:
Mike Macgirvin
2010-07-19 05:24:22 -07:00
parent 9b0584e593
commit bbe53699f2
10 changed files with 29 additions and 26 deletions

View File

@@ -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
}