]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Get rid of PHP notice
authorZach Copley <zach@status.net>
Wed, 29 Jun 2011 21:55:00 +0000 (21:55 +0000)
committerZach Copley <zach@status.net>
Wed, 29 Jun 2011 21:55:00 +0000 (21:55 +0000)
plugins/Bookmark/bookmarkforurl.php

index d3a1a2c76f2bc5e2afc7bc36ae8d137f63194c5c..018bd5c9e42a98740352ec007500767ca5017da2 100644 (file)
@@ -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.