Fixing typo
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 15 Aug 2012 15:51:39 +0000 (17:51 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 15 Aug 2012 15:51:39 +0000 (17:51 +0200)
files/lib/data/conversation/ConversationEditor.class.php

index cf70f7ae881abc777212573fdf8d9a5cbbb9231a..b551908541176f334b7f07a1a71c20ff3a303fd8 100644 (file)
@@ -41,7 +41,7 @@ class ConversationEditor extends DatabaseObjectEditor {
         * Resets the participants of this conversation.
         */
        public function resetParticipants() {
-               $sql = "DELETE FROM     wcf".WCF_N."_ocnversation_to_user
+               $sql = "DELETE FROM     wcf".WCF_N."_conversation_to_user
                        WHERE           conversationID = ?
                                        AND participantID <> ?";
                $statement = WCF::getDB()->prepareStatement($sql);