[#219] unblessed reference causes ajax/userlog issue

This commit is contained in:
Oliver Gorwits
2015-05-05 19:33:13 +01:00
parent 8239918772
commit 6fe75a39e0
2 changed files with 2 additions and 1 deletions

View File

@@ -95,7 +95,7 @@ sub jq_userlog {
return schema('netdisco')->resultset('Admin')->search({
username => $user,
finished => { '>' => \"(now() - interval '5 seconds')" },
})->with_times->hri->all;
})->with_times->all;
}
sub jq_lock {