mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
[phabricator] Allow missing dependency checks to run
Test Plan: Run upgrade-schema.php, see error instead of silent failure. Task: T123 Reviewed By: epriestley Reviewers: epriestley, jungejason CC: aran, rm, epriestley Differential Revision: 199
This commit is contained in:
parent
5ca359dd8b
commit
3815668a6d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
$include_path = ini_get('include_path');
|
||||
ini_set('include_path', $include_path.':'.dirname(__FILE__).'/../../');
|
||||
@require_once 'libphutil/src/__phutil_library_init__.php';
|
||||
@include_once 'libphutil/src/__phutil_library_init__.php';
|
||||
if (!@constant('__LIBPHUTIL__')) {
|
||||
echo "ERROR: Unable to load libphutil. Update your PHP 'include_path' to ".
|
||||
"include the parent directory of libphutil/.\n";
|
||||
|
|
Loading…
Reference in a new issue