reorder
canedit should fail first as it's a less expensive and harder to pass testmaster
parent
dbf23748dd
commit
de6ed410bc
|
@ -55,6 +55,10 @@ sub formbuilder (@) { #{{{
|
||||||
# $form->field('page') is valid.
|
# $form->field('page') is valid.
|
||||||
$filename="XXX/$filename";
|
$filename="XXX/$filename";
|
||||||
|
|
||||||
|
# Also check that the user is allowed to edit it by other
|
||||||
|
# policies.
|
||||||
|
IkiWiki::check_canedit($filename, $q, $params{session}, 1);
|
||||||
|
|
||||||
# Use a pagespec to test that the attachment is valid.
|
# Use a pagespec to test that the attachment is valid.
|
||||||
if (exists $config{valid_attachments} &&
|
if (exists $config{valid_attachments} &&
|
||||||
length $config{valid_attachments}) {
|
length $config{valid_attachments}) {
|
||||||
|
@ -65,10 +69,6 @@ sub formbuilder (@) { #{{{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Also check that the user is allowed to edit it by other
|
|
||||||
# policies.
|
|
||||||
IkiWiki::check_canedit($filename, $q, $params{session}, 1);
|
|
||||||
|
|
||||||
# Move the attachment into place.
|
# Move the attachment into place.
|
||||||
# Try to use a fast rename; fall back to copying.
|
# Try to use a fast rename; fall back to copying.
|
||||||
prep_writefile($filename, $config{srcdir});
|
prep_writefile($filename, $config{srcdir});
|
||||||
|
|
Loading…
Reference in New Issue