X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=nucleus%2Fxmlrpc%2Fapi_mt.inc.php;h=81cfdf0b16ece5eb6c83bc96029091f7466eda08;hb=c90b0980cfa3e79cd4bc7eed551a64a5e2b02a5c;hp=07f8b5776cc850ae4d651c357334e42cfb512672;hpb=ef9ce959d3fbbdba245045bcbbcebe44e0195efd;p=nucleus-jp%2Fnucleus-next.git diff --git a/nucleus/xmlrpc/api_mt.inc.php b/nucleus/xmlrpc/api_mt.inc.php index 07f8b57..81cfdf0 100644 --- a/nucleus/xmlrpc/api_mt.inc.php +++ b/nucleus/xmlrpc/api_mt.inc.php @@ -2,7 +2,7 @@ /* * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) - * Copyright (C) 2002-2012 The Nucleus Group + * Copyright (C) 2002-2009 The Nucleus Group * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -16,8 +16,8 @@ * Wouter Demuynck 2003-08-31 * * @license http://nucleuscms.org/license.txt GNU General Public License - * @copyright Copyright (C) 2002-2012 The Nucleus Group - * @version $Id: api_mt.inc.php 1388 2009-07-18 06:31:28Z shizuki $ + * @copyright Copyright (C) 2002-2009 The Nucleus Group + * @version $Id: api_mt.inc.php 1860 2012-05-19 03:47:59Z sakamocchi $ */ // mt.supportedMethods @@ -188,8 +188,9 @@ $trackbacks = array (); $tbstruct = array (); - - $manager->notify('RetrieveTrackback', array ('tb_id' => $itemid, 'trackbacks' => & $trackbacks)); + + $data = array('tb_id' => $itemid, 'trackbacks' => &$trackbacks); + $manager->notify('RetrieveTrackback', $data); while (list(,$v) = each ($trackbacks)) { $tbstruct[] = new xmlrpcval( @@ -423,4 +424,4 @@ -?> \ No newline at end of file +?>