aboutsummaryrefslogtreecommitdiffstats
path: root/mod/block.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/block.php')
-rw-r--r--mod/block.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/block.php b/mod/block.php
index df3909629..301993d03 100644
--- a/mod/block.php
+++ b/mod/block.php
@@ -10,15 +10,15 @@ function block_init(&$a) {
$profile = 0;
profile_load($a,$which,$profile);
- if($a->profile['profile_uid'])
- head_set_icon($a->profile['thumb']);
+ if(App::$profile['profile_uid'])
+ head_set_icon(App::$profile['thumb']);
}
function block_content(&$a) {
- if(! perm_is_allowed($a->profile['profile_uid'],get_observer_hash(),'view_pages')) {
+ if(! perm_is_allowed(App::$profile['profile_uid'],get_observer_hash(),'view_pages')) {
notice( t('Permission denied.') . EOL);
return;
}