From f48d5a812f00629baa236451485cacb3a1f94aa5 Mon Sep 17 00:00:00 2001 From: spiderr Date: Sun, 6 May 2012 17:35:20 -0400 Subject: replace all PHP4 style calls to LibertyContent base constructors with parent::__construct() --- Calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Calendar.php b/Calendar.php index ebcf966..1cfe1f6 100644 --- a/Calendar.php +++ b/Calendar.php @@ -23,7 +23,7 @@ class Calendar extends LibertyContent { var $display_offset; function Calendar() { - LibertyContent::LibertyContent(); + parent::__construct(); global $gBitUser; $this->mDate = new BitDate(0); $this->display_offset = $this->mDate->get_display_offset(); -- cgit v1.3