aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpabs <pabs@pablotron.org>2007-08-23 03:19:24 -0400
committerpabs <pabs@pablotron.org>2007-08-23 03:19:24 -0400
commitab07bb311ae7f8781da42ee79d1e441718521a5e (patch)
treee664bd4830c229e8ffe4ff90a5e5df0de7a37ac6
parentc3a6497713aa6fd6ba90540f734cad25fbcbb23a (diff)
downloadzipstream-php-ab07bb311ae7f8781da42ee79d1e441718521a5e.tar.bz2
zipstream-php-ab07bb311ae7f8781da42ee79d1e441718521a5e.zip
remove errant comma.
-rw-r--r--zipstream.php2
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'];