From 1c44b37cb0e82122f383fd8350a00ffe3eacd66d Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 22 Aug 2021 18:14:16 +0000 Subject: rename variable --- Zotlabs/Module/Bookmarks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Zotlabs') 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'); -- cgit v1.2.3