]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
Read correct variable - poldek_indexes
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 9 Sep 2005 12:11:59 +0000 (12:11 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 9 Sep 2005 12:11:59 +0000 (12:11 +0000)
Changed files:
    modules/config.py -> 1.9

modules/config.py

index 10960cd4d10ee900402f5c906dbf32baf2de88f5..1155dc20b491d5e9166750768410c5028ade495f 100644 (file)
@@ -36,7 +36,7 @@ else:
     old_poldek=False
 
 if 'poldek_indexes' in value:
-    poldek_indexes=value['old_poldek']
+    poldek_indexes=value['poldek_indexes']
 else:
     poldek_indexes='old'
 
This page took 0.061616 seconds and 4 git commands to generate.