Skip to content

Commit

Permalink
error log
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahY committed Jan 8, 2012
1 parent 12395c8 commit dff0d65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qa-history-layer.php
Expand Up @@ -110,10 +110,11 @@ function user_activity_form() {
$handle = $this->_user_handle();
if(!$handle) return;
$userid = $this->getuserfromhandle($handle);
if(!$userid) return;

// update last visit

if((int)$userid === qa_get_logged_in_userid() && qa_opt('user_act_list_new')) {
if($userid == qa_get_logged_in_userid() && qa_opt('user_act_list_new')) {

qa_db_query_sub(
'CREATE TABLE IF NOT EXISTS ^usermeta (
Expand Down

0 comments on commit dff0d65

Please sign in to comment.