Added missing 'action' column
authorAlexander Ebert <ebert@woltlab.com>
Mon, 11 Jun 2012 18:08:17 +0000 (20:08 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 11 Jun 2012 18:08:17 +0000 (20:08 +0200)
wcfsetup/install/files/lib/system/log/modification/ModificationLogHandler.class.php

index 41698d498027fc1f49443caa3aeed3fe84015473..04c29b9f3e8dbbceccbc013671febbfb1ee847f9 100644 (file)
@@ -68,6 +68,7 @@ class ModificationLogHandler extends SingletonFactory {
                return ModificationLogEditor::create(array(
                        'objectTypeID' => $objectType->objectTypeID,
                        'objectID' => $objectID,
+                       'action' => $action,
                        'userID' => ($userID === null ? WCF::getUser()->userID : $userID),
                        'username' => ($username === null ? WCF::getUser()->username : $username),
                        'time' => $time,