*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@20 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
0b6204e5fb
commit
1080c51deb
5 changed files with 7 additions and 7 deletions
|
|
@ -202,7 +202,7 @@ if ( isset( $_POST['submit'] ) and isset( $_GET['waiting_id'] ) )
|
|||
$file = substr ( $row['file'], 0, strrpos ( $row['file'], ".") );
|
||||
$extension = get_extension( $_FILES['picture']['name'] );
|
||||
$path = $page['cat_dir'].'thumbnail/';
|
||||
$path.= $conf['prefixe_thumbnail'].$file.'.'.$extension;
|
||||
$path.= $conf['prefix_thumbnail'].$file.'.'.$extension;
|
||||
$result = validate_upload( $path, $conf['upload_maxfilesize'],
|
||||
$conf['upload_maxwidth_thumbnail'],
|
||||
$conf['upload_maxheight_thumbnail'] );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue