add debug option to SystemSettings. and error page shows stacktrace only for admin or debug settings.

This commit is contained in:
KOUNOIKE Yuusuke
2017-08-17 17:48:53 +09:00
parent 48a92df719
commit 040d812f2a
4 changed files with 24 additions and 14 deletions

View File

@@ -118,7 +118,8 @@ class AvatarImageProviderSpec extends FunSpec with MockitoSugar {
useSMTP = false,
smtp = None,
ldapAuthentication = false,
ldap = None)
ldap = None,
debug = false)
/**
* Adapter to test AvatarImageProviderImpl.