summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LibertyAttachable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibertyAttachable.php b/LibertyAttachable.php
index a5a74e9..89ce570 100644
--- a/LibertyAttachable.php
+++ b/LibertyAttachable.php
@@ -33,7 +33,7 @@ class LibertyAttachable extends LibertyContent {
var $mStorage;
function LibertyAttachable() {
- LibertyContent::LibertyContent();
+ parent::__construct();
}
// {{{ =================== Deprecated Methods ====================