Skip to content

[ticket/50] Add documentation for new files classes#53

Merged
Nicofuma merged 9 commits intophpbb:masterfrom
marc1706:ticket/50
Jun 4, 2016
Merged

[ticket/50] Add documentation for new files classes#53
Nicofuma merged 9 commits intophpbb:masterfrom
marc1706:ticket/50

Conversation

@marc1706
Copy link
Member

Fixes #50

@marc1706 marc1706 added this to the 3.2.x milestone Jan 14, 2016
@Nicofuma
Copy link
Member

nice

@marc1706
Copy link
Member Author

Will try to read through it again. I think the yaml coding style needs some single quotes.

@iMattPro
Copy link
Member

^ Yes please

@marc1706
Copy link
Member Author

Updated

$upload->set_disallowed_content(array());
$extensions = $cache->obtain_attach_extensions((($is_message) ? false : (int) $forum_id));
$upload->set_allowed_extensions(array_keys($extensions['_allowed_']));
$file = ($local) ? $upload->handle_upload('files.types.local', '$local_storage, $local_filedata) : $upload->handle_upload('files.types.form', $form_name);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra quote here?

@marc1706
Copy link
Member Author

Removed extra quote

@Nicofuma Nicofuma merged commit 30ec951 into phpbb:master Jun 4, 2016
@marc1706 marc1706 deleted the ticket/50 branch June 4, 2016 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants