mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00:00
BUGFIX: #6118 Remove Debug::log call.
This commit is contained in:
parent
c3415b6697
commit
2cd7216f2a
@ -9,7 +9,6 @@ require_once(BASE_PATH . '/blog/thirdparty/xmlrpc/xmlrpc_wrappers.php');
|
|||||||
*/
|
*/
|
||||||
class MetaWeblogController extends Controller {
|
class MetaWeblogController extends Controller {
|
||||||
function index($request) {
|
function index($request) {
|
||||||
Debug::log(Debug::text($request));
|
|
||||||
|
|
||||||
// Create an xmlrpc server, and set up the method calls
|
// Create an xmlrpc server, and set up the method calls
|
||||||
$service = new xmlrpc_server(array(
|
$service = new xmlrpc_server(array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user