diff options
| -rw-r--r-- | Calendar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Calendar.php b/Calendar.php index ba921e2..3a887ba 100644 --- a/Calendar.php +++ b/Calendar.php @@ -20,7 +20,7 @@ define( 'WEEK_OFFSET', !empty( $gBitUser->mUserPrefs['calendar_week_offset'] ) ? */ class Calendar extends LibertyContent { - var $display_offset; + public $display_offset; function Calendar() { parent::__construct(); |
