diff options
author | redmatrix <git@macgirvin.com> | 2016-03-09 00:46:17 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-09 00:46:17 -0800 |
commit | 256cd6baace37c24b39057fdee6f4d3f1428c190 (patch) | |
tree | bb2dba53d2286de76fd0452e184873e81cc8879c /include/BaseObject.php | |
parent | 843cc1481af008f35804628686459437cedf3220 (diff) | |
download | volse-hubzilla-256cd6baace37c24b39057fdee6f4d3f1428c190.tar.gz volse-hubzilla-256cd6baace37c24b39057fdee6f4d3f1428c190.tar.bz2 volse-hubzilla-256cd6baace37c24b39057fdee6f4d3f1428c190.zip |
work on implementing account/channel move (as opposed to clone)
Diffstat (limited to 'include/BaseObject.php')
-rw-r--r-- | include/BaseObject.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/BaseObject.php b/include/BaseObject.php index 4bfac5fa0..a88978a83 100644 --- a/include/BaseObject.php +++ b/include/BaseObject.php @@ -1,4 +1,5 @@ <?php /** @file */ + if(class_exists('BaseObject')) return; |