summaryrefslogtreecommitdiffstats
path: root/system/libraries/Upload.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-01-21 23:27:38 +0100
committerAndrey Andreev <narf@devilix.net>2015-01-21 23:27:38 +0100
commit4a183078d782016cd1aaa74cb1762718638609b8 (patch)
tree0978281c21ccfd81ddb89d7e75ee37a110a0646e /system/libraries/Upload.php
parent1c6522c5c45db81f3726c2542cb7ffd01664caab (diff)
[ci skip] Whitespace removal
Diffstat (limited to 'system/libraries/Upload.php')
-rw-r--r--system/libraries/Upload.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php
index 3b0e044ae..f37b3867e 100644
--- a/system/libraries/Upload.php
+++ b/system/libraries/Upload.php
@@ -338,11 +338,9 @@ class CI_Upload {
$this->$key = $defaults[$key];
}
}
-
}
else
{
-
foreach ($config as $key => &$value)
{
if ($key[0] !== '_' && $reflection->hasProperty($key))
@@ -357,7 +355,6 @@ class CI_Upload {
}
}
}
-
}
// if a file_name was provided in the config, use it instead of the user input