diff options
author | Habeas Codice <habeascodice@federated.social> | 2015-04-07 05:45:24 -0700 |
---|---|---|
committer | Habeas Codice <habeascodice@federated.social> | 2015-04-07 05:45:24 -0700 |
commit | dbb3cda9a65f1687de730efb477a098e39358e71 (patch) | |
tree | b463adba5b0645d3a20f57b78679bb68e76ebbb8 /include/RedDAV | |
parent | 1162af4c0da4998d484240f2e65195d7996e5d8c (diff) | |
download | volse-hubzilla-dbb3cda9a65f1687de730efb477a098e39358e71.tar.gz volse-hubzilla-dbb3cda9a65f1687de730efb477a098e39358e71.tar.bz2 volse-hubzilla-dbb3cda9a65f1687de730efb477a098e39358e71.zip |
missed one
Diffstat (limited to 'include/RedDAV')
-rw-r--r-- | include/RedDAV/RedBrowser.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/RedDAV/RedBrowser.php b/include/RedDAV/RedBrowser.php index 31c2c1e45..a0330d7cc 100644 --- a/include/RedDAV/RedBrowser.php +++ b/include/RedDAV/RedBrowser.php @@ -280,7 +280,7 @@ class RedBrowser extends DAV\Browser\Plugin { require_once($theme_info_file); if (function_exists(str_replace('-', '_', current_theme()) . '_init')) { $func = str_replace('-', '_', current_theme()) . '_init'; - $func(get_app()); + $func($a); } } construct_page($a); |