Commit a2332bb0 authored by Shakarim Sapa's avatar Shakarim Sapa

- Debug

parent 60dd5b90
......@@ -239,7 +239,8 @@ class DefaultController extends BaseController
// Переопределили поле
$user->delivery_date = $updatedDate->format('Y-m-d');
// Сохранили изменения
$user->save(false);
if (!$user->save())
echo current(current($user->getErrors()));
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment