From 3e4b685f7bd993869f77ce5235eb70eee4d928db Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Thu, 14 May 2015 10:32:48 -0500 Subject: [PATCH] oops: Fix crash on the install front-page --- include/class.format.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/class.format.php b/include/class.format.php index cd9b27f24..d824a4e38 100644 --- a/include/class.format.php +++ b/include/class.format.php @@ -15,6 +15,7 @@ **********************************************************************/ include_once INCLUDE_DIR.'class.charset.php'; +require_once INCLUDE_DIR.'class.variable.php'; class Format { -- GitLab