From 5e84e6a4d5d6d149c101f632f370e868537fcfc0 Mon Sep 17 00:00:00 2001 From: Ian Date: Sun, 4 Mar 2012 11:29:37 +0100 Subject: [PATCH] fixed smartification includement --- include/admin/installer.inc.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/admin/installer.inc.php b/include/admin/installer.inc.php index 00c9ccf2..bc6f0286 100644 --- a/include/admin/installer.inc.php +++ b/include/admin/installer.inc.php @@ -12,9 +12,8 @@ define('S9Y_I_ERROR', -1); define('S9Y_I_WARNING', 0); define('S9Y_I_SUCCESS', 1); -if (!defined('S9Y_FRAMEWORK_SMARTY')) { - include(S9Y_INCLUDE_PATH . "include/functions_smarty.inc.php"); -} +// smartification needs to pull everything first for installation and db purposes +include(S9Y_INCLUDE_PATH . 'serendipity_config.inc.php'); $data = array();