aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-28 16:02:47 -0700
committerzotlabs <mike@macgirvin.com>2017-03-28 16:02:47 -0700
commitc5828fecc1fadb4db705bbf94edfa7ff873b491a (patch)
treeec4048698d2c263189fc9044d0a63d004417305a /Zotlabs/Storage
parentd12b360e926c5df8da1639a5935fcd3e9236e4e3 (diff)
downloadvolse-hubzilla-c5828fecc1fadb4db705bbf94edfa7ff873b491a.tar.gz
volse-hubzilla-c5828fecc1fadb4db705bbf94edfa7ff873b491a.tar.bz2
volse-hubzilla-c5828fecc1fadb4db705bbf94edfa7ff873b491a.zip
get rid of get_app()
Diffstat (limited to 'Zotlabs/Storage')
-rw-r--r--Zotlabs/Storage/Browser.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/Zotlabs/Storage/Browser.php b/Zotlabs/Storage/Browser.php
index 3fdc8e9d4..c501379d8 100644
--- a/Zotlabs/Storage/Browser.php
+++ b/Zotlabs/Storage/Browser.php
@@ -84,7 +84,6 @@ class Browser extends DAV\Browser\Plugin {
require_once('include/conversation.php');
require_once('include/text.php');
if ($this->auth->owner_nick) {
- //$html = profile_tabs(get_app(), (($is_owner) ? true : false), $this->auth->owner_nick);
$html = '';
}
@@ -241,7 +240,9 @@ class Browser extends DAV\Browser\Plugin {
'$nick' => $this->auth->getCurrentUser()
));
- $a = get_app();
+
+ $a = false;
+
\App::$page['content'] = $html;
load_pdl($a);