Replace smarty constants in tpl files(first batch)

This commit is contained in:
DariusIII
2019-08-08 15:24:22 +02:00
parent 44147aceec
commit c9edaed44c
32 changed files with 296 additions and 309 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ class ProfileController extends BasePageController
UserVerification::send($this->userdata, 'User email verification required');
}
return redirect('profile');
return redirect('profile')->with('success', 'Profile changes saved');
}
break;