diff options
author | vdigital <vdigital@piwigo.org> | 2007-02-15 19:42:34 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-02-15 19:42:34 +0000 |
commit | db013a59a9f8ea47f3d24501d238aac384b3243f (patch) | |
tree | 5be3e3ed5ca0145c2a1846154ce95dccd6160b1f /admin | |
parent | e1c10b7e35930d9eaec636fbb1b4b4c8daf041eb (diff) |
Web Service: Language corrections.
Old High and Normal options have been removed
git-svn-id: http://piwigo.org/svn/trunk@1824 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/ws_checker.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/ws_checker.php b/admin/ws_checker.php index a52bf5e9b..411b3cad9 100644 --- a/admin/ws_checker.php +++ b/admin/ws_checker.php @@ -349,4 +349,6 @@ foreach ($conf['ws_durations'] as $value) { //----------------------------------------------------------- sending html code $template->assign_var_from_handle('ADMIN_CONTENT', 'ws_checker'); + +include_once(PHPWG_ROOT_PATH.'include/ws_core.inc.php'); ?> |