Commit 96a6253f authored by Jack'lul's avatar Jack'lul

correction

parent 379038e5
...@@ -802,7 +802,7 @@ class DB ...@@ -802,7 +802,7 @@ class DB
/** /**
* Insert Edited Message request in db * Insert Edited Message request in db
* *
* @param Entities\Message &$message * @param Entities\Message &$edited_message
* *
* @return bool If the insert was successful * @return bool If the insert was successful
*/ */
...@@ -861,6 +861,8 @@ class DB ...@@ -861,6 +861,8 @@ class DB
} catch (PDOException $e) { } catch (PDOException $e) {
throw new TelegramException($e->getMessage()); throw new TelegramException($e->getMessage());
} }
return true;
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment