From c86b35da701674510a97ccc21e46581bd864cc31 Mon Sep 17 00:00:00 2001 From: "DM42.Net Hubzilla Development" Date: Thu, 28 Nov 2019 00:27:12 -0500 Subject: Move auto_save_draft to header from thread comment --- boot.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index b4e472d47..bc1e2a319 100755 --- a/boot.php +++ b/boot.php @@ -1205,7 +1205,8 @@ class App { '$linkrel' => head_get_links(), '$js_strings' => js_strings(), '$zid' => get_my_address(), - '$channel_id' => self::$profile['uid'] + '$channel_id' => self::$profile['uid'], + '$auto_save_draft' => ((feature_enabled(self::$profile['uid'], 'auto_save_draft')) ? "true" : "false") ] ) . self::$page['htmlhead']; -- cgit v1.2.3