]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/GNUsocialPhoto/GNUsocialPhotoPlugin.php
Rewriting code for notice representation
[quix0rs-gnu-social.git] / plugins / GNUsocialPhoto / GNUsocialPhotoPlugin.php
index 4f4f4af827486f76b30528bc43d9fd731bb37172..44a6e3fe346ebc895e1fa469ba20d7a11058bd7c 100644 (file)
@@ -119,7 +119,7 @@ class GNUsocialPhotoPlugin extends MicroAppPlugin
         
     }
 
-    function showNotice($notice, $out)
+    function showNoticeContent(Notice $notice, HTMLOutputter $out)
     {
         $photo = Photo::getByNotice($notice);
         if ($photo) {