summaryrefslogtreecommitdiff
path: root/LibertyQuota.php
diff options
context:
space:
mode:
Diffstat (limited to 'LibertyQuota.php')
-rw-r--r--LibertyQuota.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibertyQuota.php b/LibertyQuota.php
index afeb336..63840eb 100644
--- a/LibertyQuota.php
+++ b/LibertyQuota.php
@@ -40,9 +40,9 @@ class LibertyQuota extends LibertyBase {
/**
* During initialisation, be sure to call our base constructors
**/
- function LibertyQuota( $pQuotaId=NULL, $pContentId=NULL ) {
+ function __construct( $pQuotaId=NULL, $pContentId=NULL ) {
$this->mQuotaId = $pQuotaId;
- LibertyBase::LibertyBase();
+ parent::__construct();
}