Get rid of PHP notice
This commit is contained in:
parent
2471f2092a
commit
7fb93673bc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user