diff options
author | RedMatrix <info@friendica.com> | 2015-01-05 07:30:07 +1100 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2015-01-05 07:30:07 +1100 |
commit | ebb1a616849e275111cd24a20d08031aff4c4161 (patch) | |
tree | 72a12265027374eef1fb04a12abaa34c284c7337 /boot.php | |
parent | cb181993a8c63cca8f13c7890a6ab1544f44676f (diff) | |
parent | ac4c17dd4c4df70b31fd7246108fdbc9d6f2a593 (diff) | |
download | volse-hubzilla-ebb1a616849e275111cd24a20d08031aff4c4161.tar.gz volse-hubzilla-ebb1a616849e275111cd24a20d08031aff4c4161.tar.bz2 volse-hubzilla-ebb1a616849e275111cd24a20d08031aff4c4161.zip |
Merge pull request #816 from pafcu/acl
Autocomplete improvements
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1024,6 +1024,7 @@ class App { '$head_js' => head_get_js(), '$js_strings' => js_strings(), '$zid' => get_my_address(), + '$channel_id' => $this->profile['uid'], )) . $this->page['htmlhead']; // always put main.js at the end |