define Vfs::LINK_MODE constant again, since we no longer inherit from Vfs\StreamWrapper

This commit is contained in:
Ralf Becker 2016-07-28 10:00:19 +02:00
parent fd2b400ce7
commit d552ed4f06

View File

@ -90,6 +90,10 @@ class Vfs
* Excecutable bit, here only use to check if user is allowed to search dirs * Excecutable bit, here only use to check if user is allowed to search dirs
*/ */
const EXECUTABLE = 1; const EXECUTABLE = 1;
/**
* mode-bits, which have to be set for links
*/
const MODE_LINK = Vfs\StreamWrapper::MODE_LINK;
/** /**
* Name of the lock table * Name of the lock table
*/ */