diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-06-20 13:07:29 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-06-20 13:07:29 -0400 |
commit | 8cd9a1e4fc28d92d270e3f154c144123dca9044a (patch) | |
tree | 20e9d45895fdea5a1af3f4066a95c526e7476a20 /include/channel.php | |
parent | 20b4fc919871433df6111cbb8b3508fd1693123b (diff) | |
parent | cc09f9a7a5f799a0811ba83799c0a3ac6598c476 (diff) | |
download | volse-hubzilla-8cd9a1e4fc28d92d270e3f154c144123dca9044a.tar.gz volse-hubzilla-8cd9a1e4fc28d92d270e3f154c144123dca9044a.tar.bz2 volse-hubzilla-8cd9a1e4fc28d92d270e3f154c144123dca9044a.zip |
Merge remote-tracking branch 'upstream/dev' into wiki
Diffstat (limited to 'include/channel.php')
-rw-r--r-- | include/channel.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/channel.php b/include/channel.php index 92c274105..90dfb2bf6 100644 --- a/include/channel.php +++ b/include/channel.php @@ -1224,6 +1224,7 @@ function advanced_profile(&$a) { $things = get_things(App::$profile['profile_guid'],App::$profile['profile_uid']); + // logger('mod_profile: things: ' . print_r($things,true), LOGGER_DATA); return replace_macros($tpl, array( |