summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
5afd6e0)
The function moved from the editpage plugin into IkiWiki core some time
ago.
if ($change->{action} eq 'change' ||
$change->{action} eq 'add') {
if (defined $page) {
if ($change->{action} eq 'change' ||
$change->{action} eq 'add') {
if (defined $page) {
- if (IkiWiki->can("check_canedit")) {
- IkiWiki::check_canedit($page, $cgi, $session);
- next;
- }
+ IkiWiki::check_canedit($page, $cgi, $session);
+ next;
}
else {
if (IkiWiki::Plugin::attachment->can("check_canattach")) {
}
else {
if (IkiWiki::Plugin::attachment->can("check_canattach")) {