[FIXED] 6772 - BUG in JArchiveZip with FIX

Locked
igevans
Joomla! Intern
Joomla! Intern
Posts: 66
Joined: Thu Feb 09, 2006 10:36 am
Location: Wales

[FIXED] 6772 - BUG in JArchiveZip with FIX

Post by igevans » Thu Mar 08, 2007 8:53 pm

Tiny bug with easy fix.

libraries/joomla/filesystem/archive/zip.php

Change line 112 from

Code: Select all

return $this->_createZIPFile($contents, $ctrldir );
to

Code: Select all

return $this->_createZIPFile($contents, $ctrldir, $archive );
Ifan
Last edited by Jinx on Sun Mar 25, 2007 8:37 pm, edited 1 time in total.

User avatar
tcp
Joomla! Ace
Joomla! Ace
Posts: 1548
Joined: Wed Sep 21, 2005 9:25 am
Location: Thailand
Contact:

Re: 6772 - BUG in JArchiveZip with FIX

Post by tcp » Sat Mar 10, 2007 1:56 pm

Changed in rev 6785.  Would you please confirm that the change is correct?

tcp
Your solution for a single-page checkout on any website.
http://moolah-ecommerce.com

igevans
Joomla! Intern
Joomla! Intern
Posts: 66
Joined: Thu Feb 09, 2006 10:36 am
Location: Wales

Re: 6772 - BUG in JArchiveZip with FIX

Post by igevans » Sat Mar 10, 2007 2:46 pm

Have downloaded the revised file from SVN and it works for me with last night's build.  Many thanks.

Ifan

User avatar
tcp
Joomla! Ace
Joomla! Ace
Posts: 1548
Joined: Wed Sep 21, 2005 9:25 am
Location: Thailand
Contact:

Re: 6772 - BUG in JArchiveZip with FIX

Post by tcp » Sat Mar 10, 2007 3:04 pm

Thanks for noting the problem!

tcp
Your solution for a single-page checkout on any website.
http://moolah-ecommerce.com


Locked

Return to “Q&T 1.5.x Resolved”