create lang toggleDefault object

This commit is contained in:
Manuel Raynaud
2013-10-23 08:45:02 +02:00
parent 38761a7275
commit d356974ef7
6 changed files with 115 additions and 3 deletions

View File

@@ -106,4 +106,9 @@ class LangController extends BaseAdminController
return $this->render('languages');
}
public function toggleDefaultAction($lang_id)
{
}
}