Commit 284b1e95 authored by Armando Lüscher's avatar Armando Lüscher Committed by GitHub

Merge pull request #379 from jacklul/fix

Fix for channel_post and edit_channel_post commands
parents 7e8a4fef 43bb6e9c
...@@ -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