3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-04-27 10:16:17 +00:00

Save next_auto_tag_base in settings on edit

This commit is contained in:
snipe
2017-06-20 12:19:05 -07:00
parent ffba9789b7
commit 4bde058192

View File

@ -190,6 +190,7 @@ class SettingsController extends Controller
$settings->user_id = 1;
$settings->email_domain = e(Input::get('email_domain'));
$settings->email_format = e(Input::get('email_format'));
$settings->next_auto_tag_base = 1;
if ((!$user->isValid()) || (!$settings->isValid())) {