1
0
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:
Cameron
2015-02-10 23:13:53 -08:00
parent 540922d25c
commit 00696d92d3
7 changed files with 137 additions and 21 deletions

View File

@@ -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);
}