1
1
Fork 0

notifications refactor

This commit is contained in:
friendica 2011-12-08 01:28:27 -08:00
commit 3da3cd686c
5 changed files with 111 additions and 5 deletions

View file

@ -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;
}