Use getString instead of getStringAndCode since the keyboard is implemented now
[SonOfLokstallBot.git] / src / purjolok.php
index 8b823de..386596a 100644 (file)
@@ -267,7 +267,7 @@ getTelegram()->addCommand(
             $this->replyWithMessage([
                 'text' => ununlines([
                     getString('tasksForTheWeek'),
-                    unlines(map(getStringAndCode)(array_diff($tasksForTheWeek, $completedTasks)))
+                    unlines(map(getString)(array_diff($tasksForTheWeek, $completedTasks)))
                 ])
             ]);
         }