]> sipb.mit.edu Git - ikiwiki.git/commitdiff
update for changed data structure
authorJoey Hess <joey@kitenet.net>
Mon, 13 Sep 2010 19:44:08 +0000 (15:44 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 13 Sep 2010 19:44:08 +0000 (15:44 -0400)
po/po2wiki

index 6b84f7d54dc183c647f3458aa483802b264e2895..116abbfecafd19adc14897a7524d017cd2d0c1c1 100755 (executable)
@@ -22,7 +22,7 @@ foreach my $file (@$files) {
        $pagesources{$page}=$file; # used by po plugin functions
 }
 
        $pagesources{$page}=$file; # used by po plugin functions
 }
 
-foreach my $ll (keys %{$config{po_slave_languages}}) {
+foreach my $ll (@{$config{po_slave_languages}}) {
        $config{destdir}="../underlays/locale/$ll";
 
        foreach my $file (@$files) {
        $config{destdir}="../underlays/locale/$ll";
 
        foreach my $file (@$files) {