diff options
Diffstat (limited to 'LibertyQuota.php')
| -rw-r--r-- | LibertyQuota.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibertyQuota.php b/LibertyQuota.php index 63840eb..549e62f 100644 --- a/LibertyQuota.php +++ b/LibertyQuota.php @@ -15,7 +15,7 @@ /** * required setup */ -require_once( LIBERTY_PKG_PATH.'LibertyAttachable.php' ); +require_once( LIBERTY_PKG_CLASS_PATH.'LibertyAttachable.php' ); /** * Quota class to illustrate best practices when creating a new bitweaver package that |
