Fixed Vodia Settings Api

This commit is contained in:
Frank Schubert
2025-08-07 13:37:40 +02:00
parent 2402fd983a
commit 943cb328e2

View File

@@ -421,7 +421,7 @@ class UserController extends mfBaseController
$data = [];
$me = new User();
$me->load();
$me->loadMe();
$return = false;