aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-07-23 04:40:33 +0100
committerThomas Willingham <founder@kakste.com>2013-07-23 04:40:33 +0100
commit64c92dd808dd150d4eaf1a891b32448f03f3a505 (patch)
tree8169a5d9f7140adf495388376e500ee0ce9d7076
parent3eb04440591ff401b2ab093b2acc92a039d13b3b (diff)
downloadvolse-hubzilla-64c92dd808dd150d4eaf1a891b32448f03f3a505.tar.gz
volse-hubzilla-64c92dd808dd150d4eaf1a891b32448f03f3a505.tar.bz2
volse-hubzilla-64c92dd808dd150d4eaf1a891b32448f03f3a505.zip
Wrong path in include
-rw-r--r--include/ItemObject.php2
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');