diff options
| author | Yuchen Pei <hi@ypei.me> | 2021-10-12 08:59:23 +1100 |
|---|---|---|
| committer | Yuchen Pei <hi@ypei.me> | 2021-10-12 09:12:29 +1100 |
| commit | 9811e14665879801028e5ef088aa538cbb8b5f94 (patch) | |
| tree | 2ef738448782aedc34bf1d26507273d3feda1758 /h-source/Application/Include | |
| parent | a433241c0aff14110d1355f904d3dace8b6bae6b (diff) | |
Adding newline to param.php to fix the patching error.
Diffstat (limited to 'h-source/Application/Include')
| -rw-r--r-- | h-source/Application/Include/params.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Include/params.php b/h-source/Application/Include/params.php index 19f1ed7..5ab28df 100644 --- a/h-source/Application/Include/params.php +++ b/h-source/Application/Include/params.php @@ -225,4 +225,4 @@ class Account $result = $mailer->batchSend($message); } -}
\ No newline at end of file +} |
