GX-Bug #54746 » WritableDirectoryFix.patch
src/GXEngine/Shared/FileSystem/WritableDirectory.inc.php (revision ) | ||
---|---|---|
32 | 32 |
// Check whether directory is writable. |
33 | 33 |
if(!is_writable($this->value)) |
34 | 34 |
{ |
35 |
throw new InvalidArgumentException('"' . $this->absoluteDirPath . '" is not writable');
|
|
35 |
throw new InvalidArgumentException('"' . $absoluteDirPath . '" is not writable'); |
|
36 | 36 |
} |
37 | 37 |
} |
38 | 38 |
} |