shared link title fix

This commit is contained in:
Peter Papp
2020-08-25 15:33:16 +02:00
parent 86813629ed
commit cec4ff6cda
2 changed files with 3 additions and 3 deletions

View File

@@ -157,7 +157,7 @@ class AppFunctionsController extends Controller
// Return view
return view("og-view")
->with('settings', $settings)
->with('settings', json_decode($settings->pluck('value', 'name')->toJson()))
->with('metadata', $metadata);
}