1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Added sendpm.sc to the deletion (conflicting) file list.

This commit is contained in:
Cameron 2016-12-22 10:15:10 -08:00
parent 2cb6de6666
commit 1c2dc3e647

View File

@ -114,6 +114,7 @@ class admin_start
return null;
}
// Files that can cause comflicts and problems.
$this->deprecated = array(
e_ADMIN."ad_links.php",
e_PLUGIN."tinymce4/e_meta.php",
@ -132,7 +133,8 @@ class admin_start
e_PLUGIN."forum/forum_update_check.php",
e_PLUGIN."online_extended_menu/online_extended_menu.php",
e_PLUGIN."online_extended_menu/images/user.png",
e_PLUGIN."online_extended_menu/languages/English.php"
e_PLUGIN."online_extended_menu/languages/English.php",
e_PLUGIN."pm/sendpm.sc"
);