]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
proxy step paradigm changed from set and get to load and save sincronously with load...
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 30 Mar 2011 16:49:40 +0000 (18:49 +0200)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Wed, 30 Mar 2011 16:49:40 +0000 (18:49 +0200)
web/briskin5/Obj/briskin5.phh

index 29959721ac591b8c414d8ceace160b80c89162b1..3ca912b40c3db0a3f010da2d854582c77d3043ce 100644 (file)
@@ -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);
           }