diff --git a/src/commands/CmdModify.cpp b/src/commands/CmdModify.cpp index fe7d3b274..7e4584570 100644 --- a/src/commands/CmdModify.cpp +++ b/src/commands/CmdModify.cpp @@ -92,7 +92,6 @@ int CmdModify::execute (std::string& output) throw std::string (STRING_CMD_MODIFY_REM_DUE); if (before.has ("recur") && - task->has ("recur") && (!task->has ("recur") || task->get ("recur") == "")) throw std::string (STRING_CMD_MODIFY_REC_ALWAYS);