Merged in cochalo/processmaker/PM-642 (pull request #1857)

PM-642 Directorio shared ya viene creado y con permisos
This commit is contained in:
Julio Cesar Laura Avendaño
2015-04-06 10:20:36 -04:00

View File

@@ -322,7 +322,7 @@ class Installer extends Controller
if (is_dir( $aux['dirname'] )) {
if (! file_exists( $_REQUEST['pathLogFile'] )) {
@file_put_contents( $_REQUEST['pathLogFile'], '' );
chmod($_REQUEST['pathShared'], 0770);
@chmod($_REQUEST['pathShared'], 0770);
}
}
}