WBCE / News-with-Images

Extended news module which allows to have multiple images per post
0 stars 4 forks source link

alte Sprachvariablen in Verwendung #84

Closed ghost closed 3 years ago

ghost commented 3 years ago

An einigen Stellen im Code werden noch die alten Sprachvariablen verwendet: /wbce/modules/news_img/functions.inc.php:628: $admin->print_error($MESSAGE['PAGES']['CANNOT_CREATE_ACCESS_FILE']); /wbce/modules/news_img/view.php:81: exit($MESSAGE['PAGES']['NOT_FOUND']); /wbce/modules/news_img/import.php:297: $admin->print_error($MESSAGE['PAGES']['CANNOT_CREATE_ACCESS_FILE']); /wbce/modules/news_img/import.php:504: $admin->print_error($MESSAGE['PAGES']['CANNOT_CREATE_ACCESS_FILE']); /wbce/modules/news_img/import.php:747: $admin->print_error($MESSAGE['PAGES']['CANNOT_CREATE_ACCESS_FILE']); /wbce/modules/news_img/save_tag.php:38: $admin->print_error($MESSAGE['GENERIC']['FILL_IN_ALL'], ADMIN_URL.'/pages/modify.php?page_id='.$page_id.'&tab=s'); /wbce/modules/news_img/add_group.php:37: $admin->print_error($MESSAGE['GENERIC']['FILL_IN_ALL'], ADMIN_URL.'/pages/modify.php?page_id='.$page_id.'&tab=g'); /wbce/modules/news_img/save_group.php:50: $admin->print_error($MESSAGE['GENERIC']['FILL_IN_ALL'], WB_URL.'/modules/news_img/modify_group.php?page_id='.$page_id.'&section_id='.$section_id.'&group_id='.$admin->getIDKEY($group_id).'&tab=g'); /wbce/modules/news_img/save_group.php:72: $admin->print_error($MESSAGE['GENERIC']['FILE_TYPE'].' JPG (JPEG), GIF or PNG'); /wbce/modules/news_img/save_post.php:64: $admin->print_error($MESSAGE['GENERIC']['FILL_IN_ALL'], WB_URL.'/modules/news_img/modify_post.php?page_id='.$page_id.'&section_id='.$section_id.'&post_id='.$post_id_key); /wbce/modules/news_img/save_post.php:122: $admin->print_error($MESSAGE['PAGES']['CANNOT_CREATE_ACCESS_FILE']);