side_menu/lib/Service
sergeng d8072d8568 Update 'lib/Service/LangRepository.php'
Resolve web app BSOD
giving the following error due to no proper escaping.

    "exception":{                                                                                                                                                                                                                          +
        "Exception":"Doctrine\\DBAL\\Exception\\InvalidFieldNameException",                                                                                                                                                                +
        "Message":""                                                                                                                                                                                                                       +
        An exception occurred while executing a query: SQLSTATE[42703]: Undefined column: 7 ERROR:  column "lang" does not exist                                                                                                           +
        LINE 1: ...configvalue FROM "oc_preferences" WHERE configkey="lang" and...

Signed-off-by: sergeng <sergeng@yahoo.fr>
2022-01-16 16:38:02 +01:00
..
AppRepository.php fix issue with custom categories and add experimental notice 2022-01-11 20:20:44 +01:00
CategoryRepository.php add a way to create custom categories and manage application categories 2022-01-11 19:59:51 +01:00
Color.php generate default colors using theming colors 2022-01-09 16:43:12 +01:00
ConfigProxy.php add dark mode colors 2021-02-27 14:21:55 +01:00
LangRepository.php Update 'lib/Service/LangRepository.php' 2022-01-16 16:38:02 +01:00