diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/common.inc b/includes/common.inc index 91931caa0..a15c0942e 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -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'); |