getFirst("UserModel",array("id"=>$regCode,"email"=>$email,"active"=>false)); if (is_null($user)){ GUIHandler::redirect("index.php"); } $user->active = true; GlobalVariables::get("dao")->save($user); }catch(GUIException $ex){ $error = $ex->getMessageMerged("
"); }catch (Exception $exec){ LoggingFacilityManager::getLogger("gui")->log(LoggingFacility::$LEVEL_ERROR, $exec->getMessage()); $error = "Si è verificato un errore inaspettato durante l'esecuzione della pagina. Se l'errore persiste contattare il supporto tecnico."; } ?>
Il tuo account è stato attivato con successo