projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
903213e
)
show force disabled plugins in advanced mode
author
Joey Hess
<joey@kodama.kitenet.net>
Sun, 3 Aug 2008 20:43:42 +0000
(16:43 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Sun, 3 Aug 2008 20:43:42 +0000
(16:43 -0400)
IkiWiki/Plugin/websetup.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/websetup.pm
b/IkiWiki/Plugin/websetup.pm
index 4670d69c0ad8d96b993cbfd799faabb125bc9772..ad8270f790f05000707f38a4b344051390c39aac 100644
(file)
--- a/
IkiWiki/Plugin/websetup.pm
+++ b/
IkiWiki/Plugin/websetup.pm
@@
-86,7
+86,7
@@
sub showfields ($$$@) { #{{{
(exists $config{websetup_force_plugins} && grep { $_ eq $plugin } @{$config{websetup_force_plugins}}));
if ($plugin_forced && ! $enabled) {
# plugin is forced disabled, so skip its configuration
-
return
;
+
@show=()
;
}
my %shownfields;