diff options
author | mistic100 <mistic@piwigo.org> | 2013-10-20 09:37:45 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-10-20 09:37:45 +0000 |
commit | 3e9c75d2bb8db1b5ef60d5bbcf6c9d76fe7610b7 (patch) | |
tree | a71734f6585fa25d67b92ab1746bcab7a91e0dee /include/ws_protocols | |
parent | 4926fced5e18cc5ea71f3c32e695649230667efb (diff) |
add "abstract" keyword for API base classes + PwgRestRequestHandler inherits from PwgRequestHandler
git-svn-id: http://piwigo.org/svn/trunk@25025 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/ws_protocols')
-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) { |