summaryrefslogtreecommitdiffstats
path: root/businesslayer
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-08-01 16:06:19 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-08-01 16:06:19 +0200
commit01e7467c0b559203e9af38e682af2681ffa0aa46 (patch)
tree4f0363baab6043d2d582781dc4b9673cd86bec59 /businesslayer
parentcdf3fd3b91ead90aba37d9a5e0cb3f0c68101f9c (diff)
also scroll correctly to bottom in firefox
Diffstat (limited to 'businesslayer')
-rw-r--r--businesslayer/folderbusinesslayer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/businesslayer/folderbusinesslayer.php b/businesslayer/folderbusinesslayer.php
index f5afe24ad..b57b0a306 100644
--- a/businesslayer/folderbusinesslayer.php
+++ b/businesslayer/folderbusinesslayer.php
@@ -103,6 +103,7 @@ class FolderBusinessLayer extends BusinessLayer {
* @param string $folderName the new name of the folder
* @param string $userId the name of the user for security reasons
* @throws BusinessLayerExistsException if name exists already
+ * @throws BusinessLayerInvalidParameterException if the foldername is invalid
* @throws BusinessLayerException if the folder does not exist
* @return Folder the updated folder
*/