diff options
author | zotlabs <mike@macgirvin.com> | 2018-03-31 01:43:33 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-03-31 01:43:33 -0700 |
commit | e155e7d9ce36ba87a77f8c9089a69c808172a1ef (patch) | |
tree | b546e5d405506c20ad6d97053875026f60bf025a | |
parent | 1e086a4ac8ba45d179f9130c5a49aa68b1949909 (diff) | |
download | volse-hubzilla-e155e7d9ce36ba87a77f8c9089a69c808172a1ef.tar.gz volse-hubzilla-e155e7d9ce36ba87a77f8c9089a69c808172a1ef.tar.bz2 volse-hubzilla-e155e7d9ce36ba87a77f8c9089a69c808172a1ef.zip |
undo vcard on display module until we can make it accurate
-rw-r--r-- | Zotlabs/Module/Display.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Display.php b/Zotlabs/Module/Display.php index d3047bc59..30f2a7f5f 100644 --- a/Zotlabs/Module/Display.php +++ b/Zotlabs/Module/Display.php @@ -114,7 +114,8 @@ class Display extends \Zotlabs\Web\Controller { dbesc($target_item['author_xchan']) ); if($x) { - \App::$poi = $x[0]; +// not yet ready for prime time +// \App::$poi = $x[0]; } //if the item is to be moderated redirect to /moderate |