Commit 0583357a authored by Bill Lynch's avatar Bill Lynch Committed by bill

Ingore exception


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@333 b35dd754-fafc-0310-a699-88a17e54d16e
parent 2f0cc08d
......@@ -132,7 +132,7 @@ public class WebManager extends WebBean {
try {
pageUser = getUserManager().getUser(getAuthToken().getUsername());
}
catch (UserNotFoundException ignored) {}
catch (Exception ignored) {}
return pageUser;
}
......
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