From 5ff80cad6cb40709c3d1c2a7e9d53f16d02e6588 Mon Sep 17 00:00:00 2001 From: Nick Spiel Date: Wed, 18 Sep 2013 10:31:55 +1000 Subject: [PATCH] Fixes BASE_URL php Notice. --- main.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.php b/main.php index a3760f8..5540df1 100644 --- a/main.php +++ b/main.php @@ -21,6 +21,8 @@ * @package staticpublisher */ +require_once('../framework/core/Constants.php'); + $cacheEnabled = true; $cacheDebug = false; $cacheBaseDir = '../cache/'; // Should point to the same folder as FilesystemPublisher->destFolder