Skip to content

Commit

Permalink
Merge pull request #1024 from takeit/topics
Browse files Browse the repository at this point in the history
CS-5723 - AES is showing incorrect language for added topics
  • Loading branch information
takeit committed Mar 16, 2015
2 parents cd8a16f + 30a545f commit 4c9e39e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public function addAction(Request $request)
'message' => $translator->trans('topics.added', array(), 'topics'),
'topicId' => $node->getId(),
'topicTitle' => $node->getTitle(),
'locale' => $request->getLocale(),
'locale' => $locale,
);

$cacheService->clearNamespace('topic');
Expand Down

0 comments on commit 4c9e39e

Please sign in to comment.