diff options
Diffstat (limited to 'include/ws_protocols/rest_handler.php')
-rw-r--r-- | include/ws_protocols/rest_handler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ws_protocols/rest_handler.php b/include/ws_protocols/rest_handler.php index b00987e02..888dac15e 100644 --- a/include/ws_protocols/rest_handler.php +++ b/include/ws_protocols/rest_handler.php @@ -21,7 +21,7 @@ // | USA. | // +-----------------------------------------------------------------------+ -class PwgRestRequestHandler +class PwgRestRequestHandler extends PwgRequestHandler { function handleRequest(&$service) { |