We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8673de commit 42069ccCopy full SHA for 42069cc
app/Http/Controllers/UserController.php
@@ -129,7 +129,6 @@ public function AddUpdateLink($id = 0)
129
130
$bid = $links->button_id;
131
132
-
133
if($bid == 1 or $bid == 2){
134
$data['linkTypeID'] = "1";
135
} elseif ($bid == 42) {
@@ -149,7 +148,7 @@ public function AddUpdateLink($id = 0)
149
148
break;
150
}
151
152
+
153
return view('studio/edit-link', $data);
154
155
@@ -234,7 +233,7 @@ public function saveLink(request $request)
234
233
}elseif($linkType->typename == "spacer"){
235
$OrigLink->update([
236
'link' => $LinkURL,
237
- 'title' => $LinkTitle,
+ 'title' => $customParams['height'] ?? null,
238
'button_id' => "43",
239
]);
240
}elseif($linkType->typename == "heading"){
0 commit comments