diff --git a/plinth/modules/roundcube/privileged.py b/plinth/modules/roundcube/privileged.py index bfcc99fe5..1fd6591ba 100644 --- a/plinth/modules/roundcube/privileged.py +++ b/plinth/modules/roundcube/privileged.py @@ -35,7 +35,7 @@ def setup(): @privileged def get_config() -> dict[str, bool]: - """Print the current configuration as JSON.""" + """Return the current configuration as a dictionary.""" pattern = r'\s*\$config\[\s*\'([^\']*)\'\s*\]\s*=\s*\'([^\']*)\'\s*;' _config = {} try: