diff options
| author | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-17 20:27:19 +0100 |
|---|---|---|
| committer | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-17 20:27:19 +0100 |
| commit | 104ddf77130c6fee8b2f085019607a6a1419dfad (patch) | |
| tree | e358c8694d48275ede4d5ee8c11a443028596d77 | |
| parent | 6852c983283d374ca03e309bfe179808e6e158a8 (diff) | |
| download | articles-104ddf77130c6fee8b2f085019607a6a1419dfad.tar.gz articles-104ddf77130c6fee8b2f085019607a6a1419dfad.tar.bz2 articles-104ddf77130c6fee8b2f085019607a6a1419dfad.zip | |
Switch from dest_path to dest_branch
| -rw-r--r-- | BitArticleTopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BitArticleTopic.php b/BitArticleTopic.php index 0860419..1e9bdcc 100644 --- a/BitArticleTopic.php +++ b/BitArticleTopic.php @@ -121,7 +121,7 @@ class BitArticleTopic extends BitBase { $checkFunc = liberty_get_function( 'can_thumbnail' ); if( $checkFunc( $_FILES['upload']['type'] )) { $fileHash = $_FILES['upload']; - $fileHash['dest_path'] = $this->getTopicImageBaseUrl( $topicId ); + $fileHash['dest_branch'] = $this->getTopicImageBaseUrl( $topicId ); $fileHash['source_file'] = $fileHash['tmp_name']; liberty_clear_thumbnails( $fileHash ); liberty_generate_thumbnails( $fileHash ); |
