notifications refactor
This commit is contained in:
parent
961e34f67f
commit
3da3cd686c
5 changed files with 111 additions and 5 deletions
2
boot.php
2
boot.php
|
@ -825,7 +825,7 @@ function profile_load(&$a, $nickname, $profile = 0) {
|
|||
}
|
||||
|
||||
if(($r === false) || (! count($r))) {
|
||||
notice( t('No profile') . EOL );
|
||||
notice( t('Requested profile is not available.') . EOL );
|
||||
$a->error = 404;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue