aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-07-02 11:46:49 +0200
committerintrigeri <intrigeri@boum.org>2010-07-02 11:46:49 +0200
commitc9b1a4dd7d826b5e8e2d0a757ba5ecbba8d832b2 (patch)
treeff5223b4ff3c1cb0992bbc7e85ddd3e51a84bb01
parent1786b106a9c7f448136ff47d9b6dd26d48a5dd2e (diff)
downloadikiwiki-c9b1a4dd7d826b5e8e2d0a757ba5ecbba8d832b2.tar
ikiwiki-c9b1a4dd7d826b5e8e2d0a757ba5ecbba8d832b2.tar.gz
bugfix
-rw-r--r--IkiWiki/Plugin/po.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm
index 552b6b51b..29945da33 100644
--- a/IkiWiki/Plugin/po.pm
+++ b/IkiWiki/Plugin/po.pm
@@ -865,7 +865,7 @@ sub otherlanguages_pages ($) {
my %ret;
map {
$ret{$_} = otherlanguage_page($page, $_)
- } otherlanguages_codes($page);
+ } @{otherlanguages_codes($page)};
return \%ret;
}