* generalID, generalName 동작 안하는 문제 해결
* Event 관련 클래스 표기 실수 해결
This commit is contained in:
@@ -7,7 +7,7 @@ class DeleteEvent extends \sammo\Event\Action{
|
||||
public function __construct(){
|
||||
}
|
||||
|
||||
public function run($env){
|
||||
public function run($env=null){
|
||||
|
||||
$eventID = \sammo\Util::array_get($env['currentEventID']);
|
||||
if(!$eventID){
|
||||
|
||||
Reference in New Issue
Block a user