diff options
| author | Christian Fowler <spider@viovio.com> | 2011-06-27 23:31:22 -0400 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2011-06-27 23:31:22 -0400 |
| commit | 612758e4a737984df392bfafdb65f7d028744d06 (patch) | |
| tree | 850aeb88b54aaaea210d5965fdf880ac1de050d5 /plugins/mime.flash.php | |
| parent | 1ce0e45bf3e220a9a55b1d6b81b3025ada79018c (diff) | |
| download | liberty-612758e4a737984df392bfafdb65f7d028744d06.tar.gz liberty-612758e4a737984df392bfafdb65f7d028744d06.tar.bz2 liberty-612758e4a737984df392bfafdb65f7d028744d06.zip | |
change dest_path to dest_branch to follow convention and avoid confusion
Diffstat (limited to 'plugins/mime.flash.php')
| -rw-r--r-- | plugins/mime.flash.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mime.flash.php b/plugins/mime.flash.php index a21b778..d1f0bbd 100644 --- a/plugins/mime.flash.php +++ b/plugins/mime.flash.php @@ -101,7 +101,7 @@ function mime_flash_store_preferences( &$pFileHash ) { $ret = FALSE; if( @BitBase::verifyId( $pFileHash['attachment_id'] )) { - list( $pFileHash['preferences']['width'], $pFileHash['preferences']['height'], $type, $attr) = getimagesize( STORAGE_PKG_PATH.$pFileHash['upload']['dest_path'].$pFileHash['upload']['name'] ); + list( $pFileHash['preferences']['width'], $pFileHash['preferences']['height'], $type, $attr) = getimagesize( STORAGE_PKG_PATH.$pFileHash['upload']['dest_branch'].$pFileHash['upload']['name'] ); // store width of video if( !empty( $pFileHash['preferences']['width'] )) { |
