diff options
author | Thomas Willingham <founder@kakste.com> | 2013-09-29 16:45:21 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-09-29 16:45:21 +0100 |
commit | 3c42989fc44802b005b6687c7879d389eec0eaac (patch) | |
tree | 3cc4ef576ffa4efeec23a719ccc2a2e485d9a59f /include | |
parent | 9212fd0ecc4f740704279ea896a0105e48dc70fa (diff) | |
download | volse-hubzilla-3c42989fc44802b005b6687c7879d389eec0eaac.tar.gz volse-hubzilla-3c42989fc44802b005b6687c7879d389eec0eaac.tar.bz2 volse-hubzilla-3c42989fc44802b005b6687c7879d389eec0eaac.zip |
Typo
Diffstat (limited to 'include')
-rwxr-xr-x | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index afd46f396..69c258488 100755 --- a/include/text.php +++ b/include/text.php @@ -1835,7 +1835,7 @@ function json_decode_plus($s) { function design_tools() { -$channel = $channel = get_app()->get_channel(); +$channel = get_app()->get_channel(); $who = $channel['channel_address']; return replace_macros(get_markup_template('design_tools.tpl'), array( |