Fixed permission issue

This commit is contained in:
nelsonlaquet 2013-09-27 15:49:22 -05:00
parent cca292049e
commit 14ef6c7299
3 changed files with 5 additions and 0 deletions

View file

@ -92,6 +92,7 @@
public function ensureDirectoryExists() {
$destination = $this->getDirectory();
umask(0);
if (!is_dir($destination))
mkdir($destination, 777, true);

View file

@ -349,6 +349,7 @@
public function ensureDirectoryExists() {
$destination = $this->getDirectory();
umask(0);
if (!is_dir($destination))
mkdir($destination, 777);

View file

@ -27,6 +27,7 @@
<excludeFolder url="file://$MODULE_DIR$/vendor/kriswallsmith/assetic" />
<excludeFolder url="file://$MODULE_DIR$/vendor/laravel/framework" />
<excludeFolder url="file://$MODULE_DIR$/vendor/monolog/monolog" />
<excludeFolder url="file://$MODULE_DIR$/vendor/navruzm/lmongo" />
<excludeFolder url="file://$MODULE_DIR$/vendor/nesbot/carbon" />
<excludeFolder url="file://$MODULE_DIR$/vendor/nikic/php-parser" />
<excludeFolder url="file://$MODULE_DIR$/vendor/patchwork/utf8" />
@ -75,6 +76,7 @@
<root url="file://$MODULE_DIR$/vendor/intouch/laravel-newrelic" />
<root url="file://$MODULE_DIR$/vendor/laravel/framework" />
<root url="file://$MODULE_DIR$/vendor/monolog/monolog" />
<root url="file://$MODULE_DIR$/vendor/navruzm/lmongo" />
<root url="file://$MODULE_DIR$/vendor/symfony/debug" />
<root url="file://$MODULE_DIR$/vendor/symfony/finder" />
<root url="file://$MODULE_DIR$/vendor/symfony/console" />
@ -115,6 +117,7 @@
<root url="file://$MODULE_DIR$/vendor/intouch/laravel-newrelic" />
<root url="file://$MODULE_DIR$/vendor/laravel/framework" />
<root url="file://$MODULE_DIR$/vendor/monolog/monolog" />
<root url="file://$MODULE_DIR$/vendor/navruzm/lmongo" />
<root url="file://$MODULE_DIR$/vendor/symfony/debug" />
<root url="file://$MODULE_DIR$/vendor/symfony/finder" />
<root url="file://$MODULE_DIR$/vendor/symfony/console" />