From 38a62156ee4e89bedad501d173e62813df6b2b49 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 27 Nov 2015 19:35:35 +0100 Subject: update contributing --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 47d2d1726..cd816fd53 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ check if: 'debug' => true, ); ``` - * ownCloud < 8.2: Add this at the end of the file + * ownCloud < 8.2: Add **DEFINE('DEBUG', true);** this at the end of the file ```php