Merge branch 'master' of git://github.com/ralpheav/processmaker into ralpheav-master

This commit is contained in:
Julio Cesar Laura
2013-05-08 10:35:00 -04:00
22 changed files with 362 additions and 41 deletions

2
workflow/engine/controllers/installer.php Normal file → Executable file
View File

@@ -216,7 +216,6 @@ class Installer extends Controller
public function getPermissionInfo ()
{
$this->setResponseType( 'json' );
$info = new StdClass();
$info->success = true;
$noWritableFiles = array ();
@@ -289,6 +288,7 @@ class Installer extends Controller
if (is_dir( $aux['dirname'] )) {
if (! file_exists( $_REQUEST['pathLogFile'] )) {
@file_put_contents( $_REQUEST['pathLogFile'], '' );
chmod($_REQUEST['pathShared'], 0770);
}
}
}