diff options
author | zotlabs <mike@macgirvin.com> | 2017-08-09 17:35:03 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-08-09 17:35:03 -0700 |
commit | 6531cbd1d286738acb9448b141bf4d7d5f97ccf3 (patch) | |
tree | 6b795ce45ce149a0bbabba43e76783952907ae77 /include/conversation.php | |
parent | 8eb6dafe312746ea85ccdd0544b17241b2f95a9c (diff) | |
download | volse-hubzilla-6531cbd1d286738acb9448b141bf4d7d5f97ccf3.tar.gz volse-hubzilla-6531cbd1d286738acb9448b141bf4d7d5f97ccf3.tar.bz2 volse-hubzilla-6531cbd1d286738acb9448b141bf4d7d5f97ccf3.zip |
libxml errors
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index 13ae571d6..f15077e76 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -538,7 +538,7 @@ function conversation($items, $mode, $update, $page_mode = 'traditional', $prepa } elseif ($mode === 'photos') { - $profile_onwer = App::$profile['profile_uid']; + $profile_owner = App::$profile['profile_uid']; $page_writeable = ($profile_owner == local_channel()); $live_update_div = '<div id="live-photos"></div>' . "\r\n"; // for photos we've already formatted the top-level item (the photo) |