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

Commit 3eca432

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/controllers/DownloadController.php

Lines changed: 1 addition & 1 deletion
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);

0 commit comments

Comments
 (0)