From f3f98e3ab844a84a86c9d3e0aefa5b190bbd849c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come.chilliet@fusiondirectory.org> Date: Tue, 3 Aug 2021 10:17:37 +0200 Subject: [PATCH] :ambulance: fix(core) Remove mention of demo from error message The public demo is not online anymore issue #6174 --- include/php_setup.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/php_setup.inc b/include/php_setup.inc index 1fb24c027..87ada2efe 100644 --- a/include/php_setup.inc +++ b/include/php_setup.inc @@ -229,8 +229,7 @@ function gosaRaiseError ($errno, $errstr, $errfile, $errline) "*** FusionDirectory bug report ***". "\nFusionDirectory Version: $version". "\n\n". - "Please describe what you did to produce this error as detailed as possible. Can you ". - "reproduce this bug using the demo on http://demo.FusionDirectory.org ?". + "Please describe what you did to produce this error as detailed as possible.". "\n\n". "*** PHP error information ***\n\n"); -- GitLab