Fixes a possible bug in AbstractDatabaseObjectAction::update()
authorMatthias Schmidt <gravatronics@live.com>
Thu, 1 Dec 2011 21:45:25 +0000 (22:45 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Thu, 1 Dec 2011 21:45:25 +0000 (22:45 +0100)
commit046f3d7b1d241455a53e5d49aba324f0b4ee97da
tree2e5ea760e2cd35d72ff56d304876dd050adee19e
parentb9e652f163c7cc600b9a26be630dbd430a1f7516
Fixes a possible bug in AbstractDatabaseObjectAction::update()

This bug currently occurs if you try to edit the profile inline in the profile itself (Error: "Undefined index: data"). The reason for this bug is that the after saving the input data, the "real" user data isn't updated, only their options which is handled by the UserAction separately (UserAction, line 140), so 'data' doesn't always need to exist.
wcfsetup/install/files/lib/data/AbstractDatabaseObjectAction.class.php