1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 09:04:38 +02:00

Admin-UI inline editing now works with type=boolean

This commit is contained in:
Cameron
2014-11-13 19:37:37 -08:00
parent 2d00fb190e
commit cf15229e7c
3 changed files with 54 additions and 6 deletions

View File

@@ -616,4 +616,13 @@ class language{
}
return $this->_select_array;
}
/**
* Return an array of all language types.
*/
public function getList()
{
return $this->list;
}
}