]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/plugin.php
Don't trust local HTML either
[quix0rs-gnu-social.git] / lib / plugin.php
index 94bb1e124a16570702ad0fa2b6777c744e3a4979..28040d3f84f22e1faad9348f7e93faf0c5e7cd6e 100644 (file)
@@ -181,7 +181,7 @@ class Plugin
                 . ' (' . get_class($this) . ' v' . $this->version() . ')';
     }
 
-    function onPluginVersion(&$versions)
+    function onPluginVersion(array &$versions)
     {
         $name = $this->name();