diff options
author | friendica <info@friendica.com> | 2015-01-29 14:51:41 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-29 14:51:41 -0800 |
commit | ff68ea608786a698ad46637ef13854ac1b1e6beb (patch) | |
tree | 5e9bec7525754dda60c8c08bc00802160efa202c /mod/layouts.php | |
parent | a2cdd1499c968c31ae1b95933231f80be5fc639b (diff) | |
download | volse-hubzilla-ff68ea608786a698ad46637ef13854ac1b1e6beb.tar.gz volse-hubzilla-ff68ea608786a698ad46637ef13854ac1b1e6beb.tar.bz2 volse-hubzilla-ff68ea608786a698ad46637ef13854ac1b1e6beb.zip |
more message restrict conversions
Diffstat (limited to 'mod/layouts.php')
-rw-r--r-- | mod/layouts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/layouts.php b/mod/layouts.php index aaf5db0ef..712cfc4cb 100644 --- a/mod/layouts.php +++ b/mod/layouts.php @@ -119,7 +119,7 @@ function layouts_content(&$a) { // This lets you post pages at other people's channels. $x = array( - 'webpage' => ITEM_PDL, + 'webpage' => ITEM_TYPE_PDL, 'is_owner' => true, 'nickname' => $a->profile['channel_address'], 'lockstate' => (($channel['channel_allow_cid'] || $channel['channel_allow_gid'] || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'), |