diff --git a/src/TextClass.cpp b/src/TextClass.cpp index d58bc28d55..f8b91fdfbc 100644 --- a/src/TextClass.cpp +++ b/src/TextClass.cpp @@ -1128,7 +1128,7 @@ bool TextClass::readCiteEngine(Lexer & lexrc, ReadType rt, bool const add) if (numerical) numerical = getCiteStyles(ENGINE_TYPE_NUMERICAL).empty(); if (notes) - numerical = getCiteStyles(ENGINE_TYPE_NOTES).empty(); + notes = getCiteStyles(ENGINE_TYPE_NOTES).empty(); if (defce) defce = getCiteStyles(ENGINE_TYPE_DEFAULT).empty(); }