diff --git a/include/notifier.php b/include/notifier.php index 33eeee62fd..a55a60efd1 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -424,7 +424,6 @@ function notifier_run(&$argv, &$argc){ $url_recipients[$probed_contact["notify"]] = $probed_contact["notify"]; } - // Send a salmon to the parent author $probed_contact = probe_url($thr_parent[0]['author-link']); if ($probed_contact["notify"] != "") { logger('Notify parent author '.$probed_contact["url"].': '.$probed_contact["notify"]); diff --git a/include/oembed.php b/include/oembed.php index dbe934ff6d..f860a545fb 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -264,7 +264,7 @@ function oembed_iframe($src, $width, $height) { } $width = '100%'; - $s = $a->get_baseurl() . '/oembed/'.base64url_encode($src); + $s = App::get_baseurl() . '/oembed/' . base64url_encode($src); return ''; }