Continued reworking the upload module

this time I actually uploaded the correct files
This commit is contained in:
Marc Alexander
2011-04-17 01:43:08 +02:00
parent 0efc2493f1
commit a0395966c8
2 changed files with 53 additions and 105 deletions

View File

@@ -915,7 +915,7 @@ class acp_portal
// Default upload path is portal/upload/
$upload_path = $phpbb_root_path . 'portal/upload/';
$portal_upload = new portal_upload($upload_path);
$portal_upload = new portal_upload($upload_path, $this->u_action);
$this->tpl_name = 'portal/acp_portal_upload_module';
$this->page_title = $user->lang['ACP_PORTAL_UPLOAD'];