summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/build/app.js b/js/build/app.js
index 4bd74315c..ecaf374f3 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -467,7 +467,7 @@ app.controller('NavigationController',
Publisher.publishAll(data);
// load created feed
- $location.path('/items/feeds/' + data.id);
+ $location.path('/items/feeds/' + data.feeds[0].id);
});
} else {
// create folder first and then the feed