File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 3232
3333/* get config object */
3434$ config = new Hm_Site_Config_File ();
35+ /* set the default since and per_source values */
36+ $ environment ->define_default_constants ($ config );
3537
3638/* check config for db auth */
3739if ($ config ->get ('auth_type ' ) != 'DB ' ) {
Original file line number Diff line number Diff line change 3030$ environment ->load ();
3131/* get config object */
3232$ config = new Hm_Site_Config_File ();
33+ /* set the default since and per_source values */
34+ $ environment ->define_default_constants ($ config );
3335
3436/* check config for db auth */
3537if ($ config ->get ('auth_type ' ) != 'DB ' ) {
Original file line number Diff line number Diff line change 1313
1414/* get config object */
1515$ config = new Hm_Site_Config_File ();
16+ /* set the default since and per_source values */
17+ $ environment ->define_default_constants ($ config );
1618
1719$ session_type = $ config ->get ('session_type ' );
1820$ auth_type = $ config ->get ('auth_type ' );
Original file line number Diff line number Diff line change 3131$ environment ->load ();
3232/* get config object */
3333$ config = new Hm_Site_Config_File (merge_config_files (APP_PATH .'config ' ));
34+ /* set the default since and per_source values */
35+ $ environment ->define_default_constants ($ config );
3436
3537/* check config for db auth */
3638if ($ config ->get ('auth_type ' ) != 'DB ' ) {
You can’t perform that action at this time.
0 commit comments