wrong default param for pubstream_incl (this checkin also picked up a few minor and hopefully non-significant changes)

This commit is contained in:
zotlabs
2018-05-18 16:57:45 -07:00
parent 12c571a187
commit dae89ce91c
4 changed files with 7 additions and 14 deletions

View File

@@ -14,7 +14,8 @@ class Photo extends \Zotlabs\Web\Controller {
$prvcachecontrol = false;
$streaming = null;
$channel = null;
$person = 0;
switch(argc()) {
case 4:
$person = argv(3);
@@ -31,7 +32,7 @@ class Photo extends \Zotlabs\Web\Controller {
}
$observer_xchan = get_observer_hash();
$default = z_root() . '/' . get_default_profile_photo();
if(isset($type)) {