Update UserController.php

This commit is contained in:
Julian Prieber 2022-11-14 11:37:30 +01:00
parent 9fc837c09b
commit 11b5d09eb1
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class UserController extends Controller
$data['LinkData'] = $linkData;
$data['LinkID'] = $id;
$data['linkTypeID'] = "1";
$data['title'] = "Custom Link";
$data['title'] = "Predefined Site";
if (Route::currentRouteName() != 'showButtons') {
$links = DB::table('links')->where('id', $id)->first();