Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

Commit

Permalink
deprecated call-by-reference removed
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Oct 19, 2014
1 parent bddf648 commit 2a71e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/content.php
Expand Up @@ -467,7 +467,7 @@ function display_post_member_proposed_content_preview() {
$desc = has_post('desc') ? $_POST['desc'] : '';

$fd2->store('files',
upload_user_file(user(), 'userfiles', $desc, &$msg_str, &$msg_type));
upload_user_file(user(), 'userfiles', $desc, $msg_str, $msg_type));
}

$tpl_files = array();
Expand Down

0 comments on commit 2a71e13

Please sign in to comment.