Merge r3114 fix for HttpProxy not requiring Apache2::Upload correctly

into HEAD.
This commit is contained in:
Drake 2006-11-01 21:27:17 +00:00
parent 84b3bd9003
commit 7dcd6c0bfd
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,7 @@
- Added some additional indicies for slightly better performance.
- fix: PM resource search popup has no scrollbars
- fix: Matrix listings create CS assets with wrong permissions
- fix: HttpProxy not requiring Apache2::Upload correctly
7.1.2
- Fixed a bug where logging in/out would cause a blank page display.

View file

@ -21,6 +21,7 @@ use WebGUI::Storage;
use WebGUI::Asset::Wobject;
use WebGUI::Asset::Wobject::HttpProxy::Parse;
use WebGUI::Cache;
use Apache2::Upload;
our @ISA = qw(WebGUI::Asset::Wobject);