mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-09 08:38:49 +01:00
Update UserController.php
This commit is contained in:
parent
e977f0d63b
commit
83d95f0775
@ -979,6 +979,8 @@ class UserController extends Controller
|
||||
$newLink->up_link = $linkData['up_link'];
|
||||
$newLink->custom_css = $linkData['custom_css'];
|
||||
$newLink->custom_icon = $linkData['custom_icon'];
|
||||
$newLink->type = $linkData['type'];
|
||||
$newLink->type_params = $linkData['type_params'];
|
||||
|
||||
// Set the user ID to the current user's ID
|
||||
$newLink->user_id = $user->id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user