- fixing some access issues.

4.0.x
Kjartan Mannes 2002-03-09 17:08:43 +00:00
parent 35a9fd1e35
commit 0dfd15efc6
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ function page_save($op, $node) {
}
if ($op == "create") {
return array("format", "link", "promote" => 0, "moderate" => 0, "status" => 1);
return array("format", "link");
}
if ($op == "decline") {

View File

@ -27,7 +27,7 @@ function page_save($op, $node) {
}
if ($op == "create") {
return array("format", "link", "promote" => 0, "moderate" => 0, "status" => 1);
return array("format", "link");
}
if ($op == "decline") {