Skip to content

Commit bfa7265

Browse files
committed
fixed bug in website save
1 parent 3dfa83b commit bfa7265

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/site/controllers/Admin/Websites.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ public function formSubmitted(FAPI\Form $form, &$form_state)
183183
$values = $form->values();
184184
switch ($values['action']) {
185185
case 'new':
186-
$website->user_id = $this->getCurrentUser()->id;
187186
// intentional fall trough
188187
// no break
189188
case 'edit':

0 commit comments

Comments
 (0)