diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-08-21 15:43:03 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-08-21 15:43:03 +0200 |
commit | 4f62d7a78f63e4bae136f52d70d0af906d997b78 (patch) | |
tree | 9b66c3bd585bbaccdb44ee0e1a91050c21aeed6e /Zotlabs/Module/Rpost.php | |
parent | e4244c0cac301c63e5f69cde24c889e15500d89e (diff) | |
download | volse-hubzilla-4f62d7a78f63e4bae136f52d70d0af906d997b78.tar.gz volse-hubzilla-4f62d7a78f63e4bae136f52d70d0af906d997b78.tar.bz2 volse-hubzilla-4f62d7a78f63e4bae136f52d70d0af906d997b78.zip |
move jotnets to jot and some cleanup (mostly whitespace)
Diffstat (limited to 'Zotlabs/Module/Rpost.php')
-rw-r--r-- | Zotlabs/Module/Rpost.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Rpost.php b/Zotlabs/Module/Rpost.php index 525f053de..e7662e49a 100644 --- a/Zotlabs/Module/Rpost.php +++ b/Zotlabs/Module/Rpost.php @@ -126,7 +126,8 @@ class Rpost extends \Zotlabs\Web\Controller { 'source' => ((x($_REQUEST,'source')) ? strip_tags($_REQUEST['source']) : ''), 'return_path' => 'rpost/return', 'bbco_autocomplete' => 'bbcode', - 'bbcode' => true + 'bbcode' => true, + 'jotnets' => true ); $editor = status_editor($a,$x); |