- Bugfix: include the xmlrpc library.

4.5.x
Dries Buytaert 2004-08-17 18:40:59 +00:00
parent d1d52fe478
commit eeb2b17b7b
1 changed files with 1 additions and 0 deletions

View File

@ -1813,6 +1813,7 @@ include_once 'includes/pager.inc';
include_once 'includes/menu.inc';
include_once 'includes/tablesort.inc';
include_once 'includes/file.inc';
include_once 'includes/xmlrpc.inc';
// set error handler:
set_error_handler('error_handler');