Removed double newline
authorAlexander Ebert <ebert@woltlab.com>
Thu, 21 Mar 2013 14:59:36 +0000 (15:59 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 21 Mar 2013 14:59:36 +0000 (15:59 +0100)
files/lib/data/conversation/label/ConversationLabelAction.class.php

index 39e031ae260214147ec477fe92d1a585ae6b0eb1..843fc94c4a260c135541d41c1088b3e6fb1c037a 100644 (file)
@@ -54,7 +54,6 @@ class ConversationLabelAction extends AbstractDatabaseObjectAction {
        public function validateUpdate() {
                parent::validateUpdate();
                
-               
                if (count($this->objects) != 1) {
                        throw new UserInputException('objectID');
                }