mirror of
https://github.com/e107inc/e107.git
synced 2025-05-02 18:27:52 +02:00
Update image.php
Fixed
This commit is contained in:
parent
fb3c2cecd0
commit
d1708196df
@ -195,7 +195,7 @@ class media_cat_ui extends e_admin_ui
|
|||||||
);
|
);
|
||||||
|
|
||||||
// FIXME LAN
|
// FIXME LAN
|
||||||
$this->fields['media_cat_type']['writeParms'] = array('image' => IMALAN_143, IMALAN_144 => 'File', 'video' => 'Video');
|
$this->fields['media_cat_type']['writeParms'] = array('image' => IMALAN_143, 'file' => IMALAN_144, 'video' => IMALAN_163);
|
||||||
|
|
||||||
if($this->getAction() == 'list')
|
if($this->getAction() == 'list')
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user