Merge "Propagate the favicon information to getInfo()"
[lhc/web/wiklou.git] / includes / actions / CreditsAction.php
index 398548a..97c1605 100644 (file)
@@ -80,10 +80,10 @@ class CreditsAction extends FormlessAction {
 
        /**
         * Get the last author with the last modification time
-        * @param WikiPage $page
+        * @param Page $page
         * @return String HTML
         */
-       protected function getAuthor( WikiPage $page ) {
+       protected function getAuthor( Page $page ) {
                $user = User::newFromName( $page->getUserText(), false );
 
                $timestamp = $page->getTimestamp();