diff options
Diffstat (limited to 'include/text.php')
-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( |