mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 18:44:27 +02:00
Some banner plugin work. imagepicker() may now be customized in preview size.
This commit is contained in:
@@ -1850,7 +1850,7 @@ class e107plugin
|
||||
$data['class'] = 253;
|
||||
$status = e107::getMedia()->createCategory($data) ? E_MESSAGE_SUCCESS : E_MESSAGE_ERROR;
|
||||
$mes->add("Adding Media Category: {$data['category']}", $status);
|
||||
|
||||
e107::getMedia()->import($data['category'],e_PLUGIN.$folder, false,'min-size=20000');
|
||||
$c++;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user