summaryrefslogtreecommitdiffstats
path: root/js/controller/NavigationController.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/controller/NavigationController.js')
-rw-r--r--js/controller/NavigationController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/controller/NavigationController.js b/js/controller/NavigationController.js
index 5261b3042..4b1cd8616 100644
--- a/js/controller/NavigationController.js
+++ b/js/controller/NavigationController.js
@@ -113,7 +113,7 @@ function ($route, FEED_TYPE, FeedResource, FolderResource, ItemResource,
this.folderNameExists = function (folderName) {
folderName = folderName || '';
- return FolderResource.get(folderName.toUpperCase()) !== undefined;
+ return FolderResource.get(folderName) !== undefined;
};
this.createFeed = function (feed) {