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.