]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/RSSCloud/RSSCloudPlugin.php
Merge branch 'strict-warnings' into 'nightly'
[quix0rs-gnu-social.git] / plugins / RSSCloud / RSSCloudPlugin.php
index 823094f269eace621d530cf66a4ca0e80f4ff46f..3a8a83749c571dab899f4f96e070f3ba19304ec1 100644 (file)
@@ -175,7 +175,7 @@ class RSSCloudPlugin extends Plugin
             array(
                 'fields' => array(
                     'subscribed' => array('type' => 'int', 'not null' => true),
-                    'url' => array('type' => 'varchar', 'length' => '255', 'not null' => true),
+                    'url' => array('type' => 'varchar', 'length' => '191', 'not null' => true),
                     'failures' => array('type' => 'int', 'not null' => true, 'default' => 0),
                     'created' => array('type' => 'datetime', 'not null' => true),
                     'modified' => array('type' => 'timestamp', 'not null' => true),
@@ -198,12 +198,12 @@ class RSSCloudPlugin extends Plugin
         return true;
     }
 
-    function onPluginVersion(&$versions)
+    function onPluginVersion(array &$versions)
     {
         $versions[] = array('name' => 'RSSCloud',
                             'version' => RSSCLOUDPLUGIN_VERSION,
                             'author' => 'Zach Copley',
-                            'homepage' => 'http://status.net/wiki/Plugin:RSSCloud',
+                            'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/RSSCloud',
                             'rawdescription' =>
                             // TRANS: Plugin description.
                             _m('The RSSCloud plugin enables your StatusNet instance to publish ' .