aboutsummaryrefslogtreecommitdiffstats
path: root/include/ws_protocols/rest_handler.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/ws_protocols/rest_handler.php')
-rw-r--r--include/ws_protocols/rest_handler.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ws_protocols/rest_handler.php b/include/ws_protocols/rest_handler.php
index b00987e02..e706ef7fa 100644
--- a/include/ws_protocols/rest_handler.php
+++ b/include/ws_protocols/rest_handler.php
@@ -2,7 +2,7 @@
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
-// | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
@@ -21,7 +21,7 @@
// | USA. |
// +-----------------------------------------------------------------------+
-class PwgRestRequestHandler
+class PwgRestRequestHandler extends PwgRequestHandler
{
function handleRequest(&$service)
{