aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Randprof.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-08-26 11:57:50 +0000
committerMario <mario@mariovavti.com>2021-08-26 11:57:50 +0000
commit3ff184f8bb7b6043fdfae12be90d0150cd3d27a1 (patch)
treeaf265828d6770bbc7cd2291462bab2112e289842 /Zotlabs/Module/Randprof.php
parenta68b5f9de4a17ac247c726cebcdf1a3ec52b7de1 (diff)
downloadvolse-hubzilla-3ff184f8bb7b6043fdfae12be90d0150cd3d27a1.tar.gz
volse-hubzilla-3ff184f8bb7b6043fdfae12be90d0150cd3d27a1.tar.bz2
volse-hubzilla-3ff184f8bb7b6043fdfae12be90d0150cd3d27a1.zip
whitespace
Diffstat (limited to 'Zotlabs/Module/Randprof.php')
-rw-r--r--Zotlabs/Module/Randprof.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/Zotlabs/Module/Randprof.php b/Zotlabs/Module/Randprof.php
index 1753af4c9..731d3aece 100644
--- a/Zotlabs/Module/Randprof.php
+++ b/Zotlabs/Module/Randprof.php
@@ -23,10 +23,10 @@ class Randprof extends \Zotlabs\Web\Controller {
function get() {
if(local_channel()) {
if(! Apps::system_app_installed(local_channel(), 'Random Channel')) {
- //Do not display any associated widgets at this point
- App::$pdl = '';
- $papp = Apps::get_papp('Random Channel');
- return Apps::app_render($papp, 'module');
+ //Do not display any associated widgets at this point
+ App::$pdl = '';
+ $papp = Apps::get_papp('Random Channel');
+ return Apps::app_render($papp, 'module');
}
}