mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
index: standardized AntiFeature variable names
This is the only occurance of "anti_features".
This commit is contained in:
parent
886712026d
commit
890513fcba
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue