commit | a1dc1f94e1186f60211fca07addd829ef2ebd19c | [log] [tgz] |
---|---|---|
author | trit <tritrei@gmail.com> | Wed Nov 23 07:00:09 2011 -0500 |
committer | trit <tritrei@gmail.com> | Wed Nov 23 07:00:09 2011 -0500 |
tree | ea0e346356431f71ffebb625c4ebabb48fc33229 | |
parent | 0aae75388cef0a41931c491dfef7deb0a18fa101 [diff] |
Fixed variable name causing problem
diff --git a/system/libraries/Email.php b/system/libraries/Email.php index b898bae..6be2943 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php
@@ -1156,7 +1156,7 @@ if( ! $basename) { - $basename = basename($filename); + $basename = basename($filepath); } $ctype = $this->_attach_type[$i];