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:
@@ -616,4 +616,13 @@ class language{
|
||||
}
|
||||
return $this->_select_array;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return an array of all language types.
|
||||
*/
|
||||
public function getList()
|
||||
{
|
||||
return $this->list;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user