diff --git a/core/asynctask.class.inc.php b/core/asynctask.class.inc.php index 2d9ae149c..529ac8721 100644 --- a/core/asynctask.class.inc.php +++ b/core/asynctask.class.inc.php @@ -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" => "", ); diff --git a/lib/composer/autoload_classmap.php b/lib/composer/autoload_classmap.php index 46d144172..f16c24d02 100644 --- a/lib/composer/autoload_classmap.php +++ b/lib/composer/autoload_classmap.php @@ -27,7 +27,7 @@ return array( 'Archive_Tar' => $vendorDir . '/pear/archive_tar/Archive/Tar.php', 'ArchivedObjectException' => $baseDir . '/application/exceptions/ArchivedObjectException.php', 'AsyncSendEmail' => $baseDir . '/core/asynctask.class.inc.php', - 'AsyncSendiTopNotifications' => $baseDir . '/core/asynctask.class.inc.php', + 'AsyncSendNewsroom' => $baseDir . '/core/asynctask.class.inc.php', 'AsyncTask' => $baseDir . '/core/asynctask.class.inc.php', 'Attribute' => $vendorDir . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', 'AttributeApplicationLanguage' => $baseDir . '/core/attributedef.class.inc.php', diff --git a/lib/composer/autoload_static.php b/lib/composer/autoload_static.php index f5482b301..8f1e52d1c 100644 --- a/lib/composer/autoload_static.php +++ b/lib/composer/autoload_static.php @@ -410,7 +410,7 @@ class ComposerStaticInit7f81b4a2a468a061c306af5e447a9a9f 'Archive_Tar' => __DIR__ . '/..' . '/pear/archive_tar/Archive/Tar.php', 'ArchivedObjectException' => __DIR__ . '/../..' . '/application/exceptions/ArchivedObjectException.php', 'AsyncSendEmail' => __DIR__ . '/../..' . '/core/asynctask.class.inc.php', - 'AsyncSendiTopNotifications' => __DIR__ . '/../..' . '/core/asynctask.class.inc.php', + 'AsyncSendNewsroom' => __DIR__ . '/../..' . '/core/asynctask.class.inc.php', 'AsyncTask' => __DIR__ . '/../..' . '/core/asynctask.class.inc.php', 'Attribute' => __DIR__ . '/..' . '/symfony/polyfill-php80/Resources/stubs/Attribute.php', 'AttributeApplicationLanguage' => __DIR__ . '/../..' . '/core/attributedef.class.inc.php',