summaryrefslogtreecommitdiff
path: root/user_preferences_inc.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:12:23 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-02 01:12:23 -0500
commit706a855e175d0efc5193b3511c51455c439481fc (patch)
tree97ca9d8d841b43705430fa2d034a0249d8405429 /user_preferences_inc.php
parentc3b302935c790f584f61b830ea3540cebe3ab5af (diff)
downloadcalendar-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.php4
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
+?>