Der automatische Patch funktionierte in WB 2.8.1 nicht. Was ist zu tun?
// function to filter the output before displaying it on the frontendif (!function_exists('filter_frontend_output')) { function filter_frontend_output($content) { // get output filter settings from database $filter_settings = get_output_filter_settings();// function to filter the output before displaying it on the frontendif (!function_exists('filter_frontend_output')) { function filter_frontend_output($content) {
// exec imageTweak filter if(file_exists(WB_PATH .'/modules/image_tweak/class.filter.php')) { require_once (WB_PATH .'/modules/image_tweak/class.filter.php'); $content = tweakImages($content); } // get output filter settings from database $filter_settings = get_output_filter_settings();