mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 15:46:44 +02:00
Added filetypes.xml info in Admin-> Preferences -> File Uploads to remove confusion with file upload limits. Theme upload should be working correctly now.
This commit is contained in:
@@ -816,7 +816,7 @@ class pluginManager{
|
||||
|
||||
if(empty($data[0]['error']))
|
||||
{
|
||||
if($fl->unzipArchive($data[0]['name'],'plugin') === true)
|
||||
if($fl->unzipArchive($data[0]['name'],'plugin'))
|
||||
{
|
||||
$mes->addSuccess(EPL_ADLAN_43);
|
||||
}
|
||||
|
Reference in New Issue
Block a user