|
@@ -137,7 +137,7 @@ |
|
|
block discarded – undo |
|
137
|
137
|
|
|
138
|
138
|
$out .= 'Config.sb_user_file = """' . $this->mkSbUserFile() . '"""' . "\n"; |
|
139
|
139
|
if (!empty($this->attributes['internal:realm'][0])) { |
|
140
|
|
- $out .= 'Config.user_realm = "' . $this->attributes['internal:realm'][0] . "\"\n"; |
|
|
140
|
+ $out .= 'Config.user_realm = "' . $this->attributes['internal:realm'][0] . "\"\n"; |
|
141
|
141
|
} |
|
142
|
142
|
if(!empty($this->attributes['internal:hint_userinput_suffix'][0]) && $this->attributes['internal:hint_userinput_suffix'][0] == 1) { |
|
143
|
143
|
$out .= "Config.hint_user_input = True\n"; |
Please login to merge, or discard this patch.