mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-03-06 12:37:38 +01:00
Update UserController.php
This commit is contained in:
parent
9fc837c09b
commit
11b5d09eb1
@ -122,7 +122,7 @@ class UserController extends Controller
|
|||||||
$data['LinkData'] = $linkData;
|
$data['LinkData'] = $linkData;
|
||||||
$data['LinkID'] = $id;
|
$data['LinkID'] = $id;
|
||||||
$data['linkTypeID'] = "1";
|
$data['linkTypeID'] = "1";
|
||||||
$data['title'] = "Custom Link";
|
$data['title'] = "Predefined Site";
|
||||||
|
|
||||||
if (Route::currentRouteName() != 'showButtons') {
|
if (Route::currentRouteName() != 'showButtons') {
|
||||||
$links = DB::table('links')->where('id', $id)->first();
|
$links = DB::table('links')->where('id', $id)->first();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user