commit | a25530f6594c7ba45b3faa9537fda9f807069759 | [log] [tgz] |
---|---|---|
author | Derek Jones <derek.jones@ellislab.com> | Mon Jan 28 17:11:02 2008 +0000 |
committer | Derek Jones <derek.jones@ellislab.com> | Mon Jan 28 17:11:02 2008 +0000 |
tree | dc47713436c3777dcb9eb22f2f08cee4186400f5 | |
parent | 15130caa8d3f4650d383647050ce918de728bc53 [diff] [blame] |
added is_really_writable() to Common.php, replaced is_writable() throughout application with is_really_writable()
diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php index 39f1ed5..dd70122 100644 --- a/system/libraries/Upload.php +++ b/system/libraries/Upload.php
@@ -641,7 +641,7 @@ return FALSE; } - if ( ! is_writable($this->upload_path)) + if ( ! is_really_writable($this->upload_path)) { $this->set_error('upload_not_writable'); return FALSE;