https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113626
Revision: 113626
Author: emsmith
Date: 2012-03-12 16:00:22 +0000 (Mon, 12 Mar 2012)
Log Message:
-----------
bug 35106 - really two issues here - fix for part one - the api wants the param
"additional" not "info"
Modified Paths:
--------------
trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.hooks.php
Modified: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.hooks.php
===================================================================
--- trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.hooks.php
2012-03-12 15:29:12 UTC (rev 113625)
+++ trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.hooks.php
2012-03-12 16:00:22 UTC (rev 113626)
@@ -485,7 +485,7 @@
'action' => 'clicktracking',
'eventid' => $trackingId,
'token' => $token,
- 'info' => $title->getText(),
+ 'additional' => $title->getText(),
'namespacenumber' => $title->getNamespace()
) );
$api = new ApiMain( $params, true );
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs