Add missing space in indentation in LikeAction
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 9 Mar 2022 13:08:53 +0000 (14:08 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 9 Mar 2022 13:08:53 +0000 (14:08 +0100)
wcfsetup/install/files/lib/data/like/LikeAction.class.php

index e0c67e9243f72c2cb5341fd77843eb8b7a4cbf71..2cea906fff1f0a645129ce56df63cbae0086b5ed 100644 (file)
@@ -242,7 +242,7 @@ class LikeAction extends AbstractDatabaseObjectAction implements IGroupedUserLis
         $this->readInteger('pageNo');
 
         if ($this->parameters['pageNo'] < 1) {
-           throw new UserInputException('pageNo');
+            throw new UserInputException('pageNo');
         }
     }