projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76bda69
)
fixes
author
Joey Hess
<joey@kodama.kitenet.net>
Tue, 15 Jul 2008 03:00:29 +0000
(23:00 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Tue, 15 Jul 2008 03:00:29 +0000
(23:00 -0400)
IkiWiki/Plugin/aggregate.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/aggregate.pm
b/IkiWiki/Plugin/aggregate.pm
index 301fe40f6dcb96ba15cc396ee823ea5509ac7378..e000bc8648a39f33cea5aef932286255f343f4a2 100644
(file)
--- a/
IkiWiki/Plugin/aggregate.pm
+++ b/
IkiWiki/Plugin/aggregate.pm
@@
-157,9
+157,9
@@
sub migrate_to_internal { #{{{
debug("$oldname not found");
}
if (-e $oldoutput) {
-
us
e IkiWiki::Render;
+
requir
e IkiWiki::Render;
debug("removing output file $oldoutput");
- IkiW
Iki::prune($oldoutput) || error ("$!"
);
+ IkiW
iki::prune($oldoutput
);
}
}