MtDu has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/330627 )

Change subject: Remove getContent() function from VideoPage.php
......................................................................

Remove getContent() function from VideoPage.php

Article::getContent() was deprecated in MediaWiki version 1.21.
The getContent() function called this deprecated method.
Since getContent() is unused, both are removed in this patch.

Bug: T151973
Change-Id: I1fdfdeb8284f63133b8a054dc8319f5ba50157b4
---
M VideoPage.php
1 file changed, 0 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Video 
refs/changes/27/330627/1

diff --git a/VideoPage.php b/VideoPage.php
index dfe4d47..92d3699 100644
--- a/VideoPage.php
+++ b/VideoPage.php
@@ -130,11 +130,6 @@
                }
        }
 
-       /** @todo FIXME: is this needed? If not, remove! */
-       function getContent() {
-               return Article::getContent();
-       }
-
        /**
         * Get the HTML table that contains the code for embedding the current
         * video on a wiki page.

-- 
To view, visit https://gerrit.wikimedia.org/r/330627
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1fdfdeb8284f63133b8a054dc8319f5ba50157b4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Video
Gerrit-Branch: master
Gerrit-Owner: MtDu <justin.d...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to