summaryrefslogtreecommitdiff
path: root/inc/io.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-12-08 23:12:25 +0100
committerAndreas Gohr <andi@splitbrain.org>2010-12-08 23:12:59 +0100
commit5b72404c10cb148753118be9ff987ab339b2db06 (patch)
treeb30609443cbd4fed2a8205f5ff62d8c0e61d7eea /inc/io.php
parent9fa736b0317d46fdfb2025895fa0288fd736ca08 (diff)
downloadrpg-5b72404c10cb148753118be9ff987ab339b2db06.tar.gz
rpg-5b72404c10cb148753118be9ff987ab339b2db06.tar.bz2
fixed indent
Diffstat (limited to 'inc/io.php')
-rw-r--r--inc/io.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/io.php b/inc/io.php
index 1d69dabc9..559f3febc 100644
--- a/inc/io.php
+++ b/inc/io.php
@@ -486,7 +486,7 @@ function io_download($url,$file,$useAttachment=false,$defaultName='',$maxSize=20
preg_match('/attachment;\s*filename\s*=\s*"([^"]*)"/i', $content_disposition, $match)) {
$name = basename($match[1]);
- }
+ }
}