From: Zach Copley Date: Wed, 29 Jun 2011 21:55:00 +0000 (+0000) Subject: Get rid of PHP notice X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7fb93673bc97397d334d87914413c98679cae864;p=quix0rs-gnu-social.git Get rid of PHP notice --- diff --git a/plugins/Bookmark/bookmarkforurl.php b/plugins/Bookmark/bookmarkforurl.php index d3a1a2c76f..018bd5c9e4 100644 --- a/plugins/Bookmark/bookmarkforurl.php +++ b/plugins/Bookmark/bookmarkforurl.php @@ -47,9 +47,10 @@ if (!defined('STATUSNET')) { class BookmarkforurlAction extends Action { - protected $url; - protected $oembed; - protected $thumbnail; + protected $url = null; + protected $oembed = null; + protected $thumbnail = null; + protected $title = null; /** * For initializing members of the class.