mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Typo: self.hasattr is not a thing /o\
This commit is contained in:
parent
7377798385
commit
e46fe6b77b
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ class DomainConfigPanel(ConfigPanel):
|
|||
super()._load_current_values()
|
||||
|
||||
# FIXME: Ugly hack to save the registar id/value and reinject it in _load_current_values ...
|
||||
if self.hasattr("registrar_id"):
|
||||
if hasattr(self, "registrar_id"):
|
||||
self.values["registrar"] = self.registar_id
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue