diff options
author | friendica <info@friendica.com> | 2014-02-20 17:20:24 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-20 17:20:24 -0800 |
commit | e12f6f1bd93bb42bf0fe9fc9d9a1ff08cd162a0d (patch) | |
tree | 6b3736b42759800b585e733c37bd7e4633fd8605 /boot.php | |
parent | 057e6660ca6d7eadb2119b2467191510b916c04c (diff) | |
download | volse-hubzilla-e12f6f1bd93bb42bf0fe9fc9d9a1ff08cd162a0d.tar.gz volse-hubzilla-e12f6f1bd93bb42bf0fe9fc9d9a1ff08cd162a0d.tar.bz2 volse-hubzilla-e12f6f1bd93bb42bf0fe9fc9d9a1ff08cd162a0d.zip |
small changes to a couple of lookup functions which we need to use a bit more
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ require_once('include/BaseObject.php'); require_once('include/features.php'); require_once('include/taxonomy.php'); require_once('include/identity.php'); +require_once('include/Contact.php'); define ( 'RED_PLATFORM', 'Red Matrix' ); |