Use "getInlines()", not "_inlines", to access inlines on client Changeset objects
[phabricator/blender.git] / scripts / init / init-setup.php
blobfea975830d275d62d68344d40cd5b891b2840901
1 <?php
3 // Initialize a setup script which may run before database connections have
4 // been configured. Scripts initialized in this way ignore database errors
5 // while building database configuration and continue.
7 require_once dirname(__FILE__).'/lib.php';
9 init_phabricator_script(
10 array(
11 'config.optional' => true,
12 ));