Fixed library problem.

master
penguinc 2005-01-23 05:44:59 +00:00
parent f6e796fe24
commit 95941affe5
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ class NWNDriver
$fifoName = Horde::getTempDir() . '/nwnadmin-input';
}
if (!file_exists($fifoName) &&
!posix_mkfifo($fifoName)) {
!posix_mkfifo($fifoName, 0640)) {
$fifoName = '';
}
return $fifoName;