process delete language

This commit is contained in:
Manuel Raynaud
2013-10-23 12:36:08 +02:00
parent b16edfbd1d
commit 53e25ce7c1
5 changed files with 34 additions and 4 deletions

View File

@@ -64,7 +64,4 @@ class LangDeleteEvent extends LangEvent
return $this->lang_id;
}
}

View File

@@ -693,6 +693,7 @@ final class TheliaEvents
const LANG_UPDATE = 'action.lang.update';
const LANG_CREATE = 'action.lang.create';
const LANG_DELETE = 'action.lang.delete';
const LANG_TOGGLEDEFAULT = 'action.lang.toggleDefault';