diff --git a/presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentBL.php b/presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentBL.php index aefde91..a8b5f91 100644 --- a/presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentBL.php +++ b/presentation/lookAndFeel/knowledgeTree/documentmanagement/moveDocumentBL.php @@ -86,7 +86,7 @@ if (checkSession()) { $default->log->info("moveDocumentBL.php fired $count subscription alerts for moved document " . $oDocument->getName()); // fire folder subscriptions for the destination folder - $count = SubscriptionEngine::fireSubscription($fDocumentIDs[$i], SubscriptionConstants::subscriptionAlertType("MovedDocument"), + $count = SubscriptionEngine::fireSubscription($fFolderID, SubscriptionConstants::subscriptionAlertType("MovedDocument"), SubscriptionConstants::subscriptionType("FolderSubscription"), array( "folderID" => $iOldFolderID, "modifiedDocumentName" => $oDocument->getName(),