diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:12:23 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-02 01:12:23 -0500 |
| commit | 706a855e175d0efc5193b3511c51455c439481fc (patch) | |
| tree | 97ca9d8d841b43705430fa2d034a0249d8405429 /user_preferences_inc.php | |
| parent | c3b302935c790f584f61b830ea3540cebe3ab5af (diff) | |
| download | calendar-706a855e175d0efc5193b3511c51455c439481fc.tar.gz calendar-706a855e175d0efc5193b3511c51455c439481fc.tar.bz2 calendar-706a855e175d0efc5193b3511c51455c439481fc.zip | |
move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constants
Diffstat (limited to 'user_preferences_inc.php')
| -rw-r--r-- | user_preferences_inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_preferences_inc.php b/user_preferences_inc.php index 84bad93..3c6b43b 100644 --- a/user_preferences_inc.php +++ b/user_preferences_inc.php @@ -13,7 +13,7 @@ * Setup */ if( $gBitSystem->isFeatureActive('calendar_user_prefs') ) { - include_once( CALENDAR_PKG_PATH.'admin/admin_calendar_inc.php' ); + include_once( CALENDAR_PKG_INCLUDE_PATH.'admin/admin_calendar_inc.php' ); if( !empty( $_REQUEST['calendar_submit'] ) ) { foreach( $calendarValues as $item ) { if( !empty( $_REQUEST[$item] ) ) { @@ -22,4 +22,4 @@ if( $gBitSystem->isFeatureActive('calendar_user_prefs') ) { } } } -?>
\ No newline at end of file +?> |
