From 719c22fca4e56112e442a512053c8d9bad46280f Mon Sep 17 00:00:00 2001 From: Sam Bauers Date: Mon, 3 Feb 2014 18:19:46 +1100 Subject: [PATCH] Include groupsConfig.php in MINIFY_CONFIG_DIR. --- min/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/min/index.php b/min/index.php index f9f994b..3d2329d 100644 --- a/min/index.php +++ b/min/index.php @@ -59,7 +59,7 @@ if (preg_match('/&\\d/', $_SERVER['QUERY_STRING'])) { } if (isset($_GET['g'])) { // well need groups config - $min_serveOptions['minApp']['groups'] = (require MINIFY_MIN_DIR . '/groupsConfig.php'); + $min_serveOptions['minApp']['groups'] = (require MINIFY_CONFIG_DIR . '/groupsConfig.php'); } if (isset($_GET['f']) || isset($_GET['g'])) { // serve!