Skip to content

Commit 36b8b72

Browse files
committed
Update upload.php
1 parent 82f7175 commit 36b8b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ protected function set_destination($destination) {
553553
*/
554554
protected function destination_exist() {
555555

556-
return is_writable($this->destination);
556+
return is_writable($this->root . $this->destination);
557557

558558
}
559559

0 commit comments

Comments
 (0)