Skip to content

Commit

Permalink
- Changed the order of include statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuytaert committed Jan 26, 2004
1 parent f4b58e8 commit c325e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmlrpc.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
// $Id$

include_once "includes/xmlrpcs.inc";
include_once "includes/bootstrap.inc";
include_once "includes/common.inc";
include_once "includes/xmlrpcs.inc";

$functions = module_invoke_all("xmlrpc");

Expand Down

0 comments on commit c325e68

Please sign in to comment.