Fix typo in AbstractDatabaseObjectAction
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 23 Apr 2014 20:29:54 +0000 (22:29 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 23 Apr 2014 20:29:54 +0000 (22:29 +0200)
wcfsetup/install/files/lib/data/AbstractDatabaseObjectAction.class.php

index 4dd1abc44534c89ef42093717bd0fc0ce9f30dbf..6ded6170ad9196e64acfc78babd1d3c13b1edcd5 100644 (file)
@@ -374,7 +374,7 @@ abstract class AbstractDatabaseObjectAction implements IDatabaseObjectAction, ID
        }
        
        /**
-        * Returns a single object and throws and exception if no or more than one object is given.
+        * Returns a single object and throws an UserInputException if no or more than one object is given.
         * 
         * @return      \wcf\data\DatabaseObject
         */