Comment requested

This commit is contained in:
Victor Dubiniuk 2014-05-14 00:34:39 +03:00
parent 5b904bc06f
commit 5e3876345b

View File

@ -67,6 +67,7 @@ try{
try { try {
$member->updateActivity($memberId); $member->updateActivity($memberId);
} catch (\Exception $e){ } catch (\Exception $e){
//Db error. Not critical
} }
// TODO handle the case ($currentHead == "") && ($seqHead != "") // TODO handle the case ($currentHead == "") && ($seqHead != "")