diff --git a/View/Helper/GalleryHelper.php b/View/Helper/GalleryHelper.php index d802c0b..4dc5c1d 100755 --- a/View/Helper/GalleryHelper.php +++ b/View/Helper/GalleryHelper.php @@ -28,6 +28,7 @@ public function link($model = null, $model_id = null, $html_options = array()) return $this->_View->Html->link( __('Upload pictures'), array( + $this->params['prefix'] => false, 'controller' => 'albums', 'action' => 'upload', 'plugin' => 'gallery',