Archived
1
0

fixed smartification includement

This commit is contained in:
Ian
2012-03-04 11:29:37 +01:00
parent 8b1f3db442
commit 5e84e6a4d5
+2 -3
View File
@@ -12,9 +12,8 @@ define('S9Y_I_ERROR', -1);
define('S9Y_I_WARNING', 0); define('S9Y_I_WARNING', 0);
define('S9Y_I_SUCCESS', 1); define('S9Y_I_SUCCESS', 1);
if (!defined('S9Y_FRAMEWORK_SMARTY')) { // smartification needs to pull everything first for installation and db purposes
include(S9Y_INCLUDE_PATH . "include/functions_smarty.inc.php"); include(S9Y_INCLUDE_PATH . 'serendipity_config.inc.php');
}
$data = array(); $data = array();