Commit 43bb6e9c authored by Jack'lul's avatar Jack'lul

Fix for channel_post and edit_channel_post commands

parent 7e8a4fef
...@@ -40,7 +40,7 @@ class ChannelpostCommand extends SystemCommand ...@@ -40,7 +40,7 @@ class ChannelpostCommand extends SystemCommand
*/ */
public function execute() public function execute()
{ {
//$channel_post = $this->getChannelPost(); //$channel_post = $this->getUpdate()->getChannelPost();
return parent::execute(); return parent::execute();
} }
......
...@@ -40,7 +40,7 @@ class EditedchannelpostCommand extends SystemCommand ...@@ -40,7 +40,7 @@ class EditedchannelpostCommand extends SystemCommand
*/ */
public function execute() public function execute()
{ {
//$edited_channel_post = $this->getEditedChannelPost(); //$edited_channel_post = $this->getUpdate()->getEditedChannelPost();
return parent::execute(); return parent::execute();
} }
......
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