diff options
author | Mario <mario@mariovavti.com> | 2019-11-28 09:30:57 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-11-28 09:30:57 +0100 |
commit | f2c73c0f45787a361f9fd57831a00c34e660fbd9 (patch) | |
tree | e99d7e74db23a916cba86a1527f6fcee82a0c2b3 /boot.php | |
parent | 78492d0037aacb829dd0cea13526f3631e8cf945 (diff) | |
parent | c86b35da701674510a97ccc21e46581bd864cc31 (diff) | |
download | volse-hubzilla-f2c73c0f45787a361f9fd57831a00c34e660fbd9.tar.gz volse-hubzilla-f2c73c0f45787a361f9fd57831a00c34e660fbd9.tar.bz2 volse-hubzilla-f2c73c0f45787a361f9fd57831a00c34e660fbd9.zip |
Merge branch 'fix-listmode-spinner' into 'dev'
Move auto_save_draft to header from thread comment
See merge request hubzilla/core!1793
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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']; |