mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
index: standardized AntiFeature variable names
This is the only occurance of "anti_features".
This commit is contained in:
parent
886712026d
commit
890513fcba
@ -721,9 +721,9 @@ def v2_repo(repodict, repodir, archive):
|
||||
|
||||
repo["timestamp"] = repodict["timestamp"]
|
||||
|
||||
anti_features = load_locale("antiFeatures", repodir)
|
||||
if anti_features:
|
||||
repo["antiFeatures"] = anti_features
|
||||
antiFeatures = load_locale("antiFeatures", repodir)
|
||||
if antiFeatures:
|
||||
repo["antiFeatures"] = antiFeatures
|
||||
|
||||
categories = load_locale("categories", repodir)
|
||||
if categories:
|
||||
|
Loading…
Reference in New Issue
Block a user