$data['requirements'] = serialize($data['requirements']);
}
+ if (!isset($data['stackable']) || empty($data['stackable'])) {
+ $data['stackable'] = '0';
+ }
+
serendipity_db_insert('pluginlist', $data);
serendipity_db_query("DELETE FROM {$serendipity['dbPrefix']}plugincategories WHERE class_name = '" . serendipity_db_escape_string($data['class_name']) . "'");
@define('VIEWMODE_THREADED', 'threaded');
@define('VIEWMODE_LINEAR', 'linear');
-
/*
* Kill the script if we are not installed, and not inside the installer
*/
/*
* Load main language file again, because now we have the preferred language
*/
-
include(S9Y_INCLUDE_PATH . 'include/lang.inc.php');
/*