From 7fcba86f168575623094e25f9d183653fa7388d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 11 Feb 2021 14:26:06 +0100 Subject: [PATCH] Add missing language indicator to code block --- docs/php/database-objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/php/database-objects.md b/docs/php/database-objects.md index 57377f41..d07de71e 100644 --- a/docs/php/database-objects.md +++ b/docs/php/database-objects.md @@ -258,7 +258,7 @@ The lack of the companion `validate*` method will cause the AJAX proxy to deny t The methods `create`, `update` and `delete` are available for all classes deriving from `AbstractDatabaseObjectAction` and directly pass the input data to the `DatabaseObjectEditor`. These methods deny access to them via AJAX by default, unless you explicitly enable access. Depending on your case, there are two different strategies to enable AJAX access to them. -``` +```php