]> git.pld-linux.org Git - projects/pld-ftp-admin.git/blobdiff - modules/config.py
Read correct variable - poldek_indexes
[projects/pld-ftp-admin.git] / 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.028402 seconds and 4 git commands to generate.