Projekt

Allgemein

Profil

GX-Bug #54746 » WritableDirectoryFix.patch

Till Tepelmann, 10.01.2018 13:29

Unterschiede anzeigen:

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
}
    (1-1/1)