renamed _name to name in members.py and changed config files. individual entries in the config MUST have the underscore prefix; not the code!

This commit is contained in:
Johannes Findeisen 2013-11-09 05:10:37 +01:00
commit 707229b36e
4 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@
},
"members":{
"hanez":{
"name": "admin",
"_name": "admin",
"tasks": [
{ "class":"alert/mail", "type": "error", "args": { "_rcpt": "hanez@linspector.org" }}
]