Get rid of PHP notice

This commit is contained in:
Zach Copley 2011-06-29 21:55:00 +00:00
parent 2471f2092a
commit 7fb93673bc
1 changed files with 4 additions and 3 deletions

View File

@ -47,9 +47,10 @@ if (!defined('STATUSNET')) {
class BookmarkforurlAction extends Action class BookmarkforurlAction extends Action
{ {
protected $url; protected $url = null;
protected $oembed; protected $oembed = null;
protected $thumbnail; protected $thumbnail = null;
protected $title = null;
/** /**
* For initializing members of the class. * For initializing members of the class.