diff options
Diffstat (limited to 'modules/sql_oper.cpp')
-rw-r--r-- | modules/sql_oper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sql_oper.cpp b/modules/sql_oper.cpp index af2b40346..d0912268c 100644 --- a/modules/sql_oper.cpp +++ b/modules/sql_oper.cpp @@ -48,7 +48,7 @@ public: { SQLOperResultDeleter d(this); - if (!user || !user->Account()) + if (!user || !user->IsIdentified()) return; if (r.Rows() == 0) |