This commit is contained in:
zotlabs 2019-04-17 17:22:27 -07:00
parent aa9d29a0ec
commit 7748d330d2

View file

@ -23,7 +23,7 @@ class Profiles extends Controller {
intval(argv(2)),
intval(local_channel())
);
if(! count($r)) {
if(! $r) {
notice( t('Profile not found.') . EOL);
goaway(z_root() . '/profiles');
return; // NOTREACHED