Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 2529170

Browse files
author
Charles Marion
committed
BUG : ZipStream name was invalid
1 parent c2fa52c commit 2529170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/controllers/DownloadController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function indexAction()
113113
}
114114
else
115115
{
116-
Zend_Loader::loadClass("ZipStream",BASE_PATH.'/library/Zipstream/');
116+
Zend_Loader::loadClass("ZipStream",BASE_PATH.'/library/ZipStream/');
117117
$this->_helper->viewRenderer->setNoRender();
118118
$name=$revision->getItem()->getName();
119119
$name=substr($name, 0,50);
@@ -127,7 +127,7 @@ public function indexAction()
127127
}
128128
else
129129
{
130-
Zend_Loader::loadClass("ZipStream",BASE_PATH.'/library/Zipstream/');
130+
Zend_Loader::loadClass("ZipStream",BASE_PATH.'/library/ZipStream/');
131131
$this->_helper->viewRenderer->setNoRender();
132132
if(count($folders)==1&&empty($revisions))
133133
{

0 commit comments

Comments
 (0)