diff options
author | pabs <pabs@pablotron.org> | 2007-08-23 03:19:24 -0400 |
---|---|---|
committer | pabs <pabs@pablotron.org> | 2007-08-23 03:19:24 -0400 |
commit | ab07bb311ae7f8781da42ee79d1e441718521a5e (patch) | |
tree | e664bd4830c229e8ffe4ff90a5e5df0de7a37ac6 /zipstream.php | |
parent | c3a6497713aa6fd6ba90540f734cad25fbcbb23a (diff) | |
download | zipstream-php-ab07bb311ae7f8781da42ee79d1e441718521a5e.tar.bz2 zipstream-php-ab07bb311ae7f8781da42ee79d1e441718521a5e.zip |
remove errant comma.
Diffstat (limited to 'zipstream.php')
-rw-r--r-- | zipstream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zipstream.php b/zipstream.php index 39173ec..22f0b7f 100644 --- a/zipstream.php +++ b/zipstream.php @@ -275,7 +275,7 @@ class ZipStream { $opt = $this->opt; # grab content type from options - $content_type = 'application/x-zip', + $content_type = 'application/x-zip'; if ($opt['content_type']) $content_type = $this->opt['content_type']; |