diff options
author | Thomas Willingham <founder@kakste.com> | 2013-07-23 04:40:33 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-07-23 04:40:33 +0100 |
commit | 64c92dd808dd150d4eaf1a891b32448f03f3a505 (patch) | |
tree | 8169a5d9f7140adf495388376e500ee0ce9d7076 | |
parent | 3eb04440591ff401b2ab093b2acc92a039d13b3b (diff) | |
download | volse-hubzilla-64c92dd808dd150d4eaf1a891b32448f03f3a505.tar.gz volse-hubzilla-64c92dd808dd150d4eaf1a891b32448f03f3a505.tar.bz2 volse-hubzilla-64c92dd808dd150d4eaf1a891b32448f03f3a505.zip |
Wrong path in include
-rw-r--r-- | include/ItemObject.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ItemObject.php b/include/ItemObject.php index 7a9e43819..b31e60cbc 100644 --- a/include/ItemObject.php +++ b/include/ItemObject.php @@ -3,7 +3,7 @@ if(class_exists('Item')) return; -require_once('object/BaseObject.php'); +require_once('include/BaseObject.php'); require_once('include/text.php'); require_once('boot.php'); |