Skip to content

Commit 2871543

Browse files
committed
bugfix: OPAC, OPACプラグインのフレーム以下にあるフレームでold()が取得できないバグ修正
1 parent 2856771 commit 2871543

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/Plugins/User/Opacs/OpacsPlugin.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,6 @@ private function getBookDetailByList($channel_items, $xpath_string)
369369
*/
370370
public function index($request, $page_id, $frame_id, $errors = null, $messages = null)
371371
{
372-
// セッション初期化などのLaravel 処理。
373-
$request->flash();
374-
375372
// 処理の振り分け用にフレームの設定を取得
376373
$opacs_frames_setting = OpacsFrames::where('frames_id', $frame_id)->first();
377374

0 commit comments

Comments
 (0)