fixes and tweaks to Smarty processing
This commit is contained in:
+5
-2
@@ -6,8 +6,6 @@ function profiles_init(&$a) {
|
||||
nav_set_selected('profiles');
|
||||
|
||||
if(! local_user()) {
|
||||
notice( t('Permission denied.') . EOL);
|
||||
killme();
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -565,6 +563,11 @@ function profile_activity($changed, $value) {
|
||||
|
||||
function profiles_content(&$a) {
|
||||
|
||||
if(! local_user()) {
|
||||
notice( t('Permission denied.') . EOL);
|
||||
return;
|
||||
}
|
||||
|
||||
$o = '';
|
||||
|
||||
if(($a->argc > 1) && (intval($a->argv[1]))) {
|
||||
|
||||
Reference in New Issue
Block a user