Merge pull request #1244 from Jennydmz/master

Installation Error, Could not find db.php...
This commit is contained in:
julceslauhub
2013-01-29 09:10:02 -08:00

View File

@@ -771,7 +771,7 @@ class Installer extends Controller
define( 'HASH_INSTALLATION', $h );
define( 'SYSTEM_HASH', $sh );
define( 'PATH_DB', $pathShared . 'sites' . PATH_SEP );
define( 'SYS_SYS', 'workflow' );
define( 'SYS_SYS', $workspace );
require_once ("propel/Propel.php");