mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 15:26:43 +02:00
fix(cache): return a non cached view when connected
This commit is contained in:
parent
4aa73d71e3
commit
e2e735815d
2 changed files with 2 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ class EpisodeCommentController extends BaseController
|
|||
// if user is logged in then send to the authenticated activity view
|
||||
if (can_user_interact()) {
|
||||
helper('form');
|
||||
return view('episode/comment', $data);
|
||||
}
|
||||
return view('episode/comment', $data, [
|
||||
'cache' => DECADE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue