diff --git a/includes/sql-schema/update.php b/includes/sql-schema/update.php index 96d105a44..603441e6c 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");