diff options
author | friendica <info@friendica.com> | 2012-10-25 21:58:33 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-25 21:58:33 -0700 |
commit | 26774310b1537341299233b8709825dc349240dd (patch) | |
tree | bb4acf65451c60a32a0eab615216299629c6be02 /include/BaseObject.php | |
parent | 3b394ea43fd3bc011f98a9160a8b408283f97ebc (diff) | |
download | volse-hubzilla-26774310b1537341299233b8709825dc349240dd.tar.gz volse-hubzilla-26774310b1537341299233b8709825dc349240dd.tar.bz2 volse-hubzilla-26774310b1537341299233b8709825dc349240dd.zip |
move things to the newer conversation object, a few minor bugs - will sort it out eventually
Diffstat (limited to 'include/BaseObject.php')
-rw-r--r-- | include/BaseObject.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/BaseObject.php b/include/BaseObject.php index 14f0d8fd0..200831e15 100644 --- a/include/BaseObject.php +++ b/include/BaseObject.php @@ -34,4 +34,4 @@ class BaseObject { self::$app = $app; } } -?> + |