summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LibertyTag.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibertyTag.php b/LibertyTag.php
index fb2a80a..1247ac6 100644
--- a/LibertyTag.php
+++ b/LibertyTag.php
@@ -19,8 +19,8 @@ require_once( KERNEL_PKG_PATH.'BitBase.php' );
class LibertyTag extends LibertyBase {
var $mContentId;
- function LibertyTag( $pContentId=NULL ) {
- LibertyBase::LibertyBase();
+ function __construct( $pContentId=NULL ) {
+ parent::__construct();
$this->mContentId = $pContentId;
}