Skip to content

Commit

Permalink
fix issue with 500 error when Article is not found
Browse files Browse the repository at this point in the history
  • Loading branch information
takeit committed Mar 3, 2015
1 parent edccc4b commit 4103f31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ angular.module('playlistsApp').factory('Playlist', [
var link = [
'<',
Routing.generate(
'newscoop_gimme_articles_getarticle',
'newscoop_gimme_articles_getarticle_language',
{number: article.number, language: article.language},
false
),
Expand Down

0 comments on commit 4103f31

Please sign in to comment.