Add classname for modificable content conversation object type
authorMatthias Schmidt <gravatronics@live.com>
Sun, 28 Oct 2018 05:32:49 +0000 (06:32 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 28 Oct 2018 05:32:49 +0000 (06:32 +0100)
See WoltLab/WCF#2597

files/lib/system/log/modification/ConversationModificationLogHandler.class.php
objectType.xml

index caaa160853f0572e3e4d42e84d86cac72537e5c4..f72948a2b59a0f8dc1cca7e15b0f18c1bba74846 100644 (file)
@@ -12,7 +12,7 @@ use wcf\data\user\UserList;
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    WoltLabSuite\Core\System\Log\Modification
  */
-class ConversationModificationLogHandler extends AbstractModificationLogHandler {
+class ConversationModificationLogHandler extends VoidExtendedModificationLogHandler {
        /**
         * @inheritDoc
         */
index 265a6d307f3822b38d6fe8ee0c14a4fc1f52dda7..7809bf8310a0e615b60346fc86330ac2dd50bcf5 100644 (file)
@@ -55,7 +55,7 @@
                <type>
                        <name>com.woltlab.wcf.conversation.conversation</name>
                        <definitionname>com.woltlab.wcf.modifiableContent</definitionname>
-                       <excludeFromLogList>1</excludeFromLogList>
+                       <classname>wcf\system\log\modification\ConversationModificationLogHandler</classname>
                </type>
                <!-- /Modification Log -->