From fe84f64017120e8fad375029239cdf1895fb9533 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Wed, 30 Mar 2011 18:49:40 +0200 Subject: [PATCH] proxy step paradigm changed from set and get to load and save sincronously with load and save user data --- web/briskin5/Obj/briskin5.phh | 1 + 1 file changed, 1 insertion(+) diff --git a/web/briskin5/Obj/briskin5.phh b/web/briskin5/Obj/briskin5.phh index 2995972..3ca912b 100644 --- a/web/briskin5/Obj/briskin5.phh +++ b/web/briskin5/Obj/briskin5.phh @@ -643,6 +643,7 @@ class Bin5_user extends User { // log_only("PUT_VAR DI ".strlen(serialize($user))); if (shm_put_var($shm, $tok, $user) != FALSE) { shm_detach($shm); + $user->save_step(); log_main("User[".$id."] saved."); return (TRUE); } -- 2.17.1