Unverified Commit 8b228bd6 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(core) Fix crash from last commit

php_setup happens before autoloading setup, so we need to include
 class_URL.inc by hand if we intend to use it there.

issue #6057
Showing with 1 addition and 0 deletions
+1 -0
......@@ -25,6 +25,7 @@
* Source code for php_setup
*/
require_once("variables.inc");
require_once('class_URL.inc');
function html_trace ($errstr = "")
{
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment