From e490d324894d79fec2ff54af0ee73027b8854f0a Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Thu, 10 May 2012 14:45:34 +0000 Subject: [PATCH] fix sql-schema update (derp) git-svn-id: http://www.observium.org/svn/observer/trunk@3162 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/sql-schema/update.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/sql-schema/update.php b/includes/sql-schema/update.php index 96d105a447..603441e6c7 100644 --- a/includes/sql-schema/update.php +++ b/includes/sql-schema/update.php @@ -15,7 +15,9 @@ if (!isset($debug)) { # Not called from within discovery, let's load up the necessary stuff. + include("includes/defaults.inc.php"); include("config.php"); + include("includes/definitions.inc.php"); include("includes/functions.php"); $options = getopt("d");