diff options
author | Mario <mario@mariovavti.com> | 2021-08-22 18:14:16 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-22 18:14:16 +0000 |
commit | 1c44b37cb0e82122f383fd8350a00ffe3eacd66d (patch) | |
tree | bbb866883c04d071793bb213ff483d662c29295c /Zotlabs/Module/Bookmarks.php | |
parent | ab0da7db137bc40114aa34bef155b9920326004d (diff) | |
download | volse-hubzilla-1c44b37cb0e82122f383fd8350a00ffe3eacd66d.tar.gz volse-hubzilla-1c44b37cb0e82122f383fd8350a00ffe3eacd66d.tar.bz2 volse-hubzilla-1c44b37cb0e82122f383fd8350a00ffe3eacd66d.zip |
rename variable
Diffstat (limited to 'Zotlabs/Module/Bookmarks.php')
-rw-r--r-- | Zotlabs/Module/Bookmarks.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Bookmarks.php b/Zotlabs/Module/Bookmarks.php index bd52acf98..659884fed 100644 --- a/Zotlabs/Module/Bookmarks.php +++ b/Zotlabs/Module/Bookmarks.php @@ -74,8 +74,8 @@ class Bookmarks extends \Zotlabs\Web\Controller { if(! Apps::system_app_installed(local_channel(), 'Bookmarks')) { //Do not display any associated widgets at this point App::$pdl = ''; - $app = Apps::get_papp('Bookmarks'); - return Apps::app_render($app, 'module'); + $papp = Apps::get_papp('Bookmarks'); + return Apps::app_render($papp, 'module'); } require_once('include/menu.php'); |