mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2039 - Rename AsyncSendiTopNotifications into AsyncSendNewsroom
This commit is contained in:
@@ -460,10 +460,10 @@ class AsyncSendEmail extends AsyncTask
|
||||
}
|
||||
|
||||
/**
|
||||
* An async notification to be sent to iTop users
|
||||
* An async notification to be sent to iTop users through the newsroom
|
||||
* @since 3.2.0
|
||||
*/
|
||||
class AsyncSendiTopNotifications extends AsyncTask {
|
||||
class AsyncSendNewsroom extends AsyncTask {
|
||||
|
||||
public static function Init()
|
||||
{
|
||||
@@ -474,7 +474,7 @@ class AsyncSendiTopNotifications extends AsyncTask {
|
||||
"name_attcode" => "created",
|
||||
"state_attcode" => "",
|
||||
"reconc_keys" => array(),
|
||||
"db_table" => "priv_async_send_itop_notifications",
|
||||
"db_table" => "priv_async_send_newsroom",
|
||||
"db_key_field" => "id",
|
||||
"db_finalclass_field" => "",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user