diff options
Diffstat (limited to 'FisheyeGallery.php')
| -rw-r--r-- | FisheyeGallery.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FisheyeGallery.php b/FisheyeGallery.php index b1984fd..e9cd557 100644 --- a/FisheyeGallery.php +++ b/FisheyeGallery.php @@ -1082,6 +1082,9 @@ class FisheyeGallery extends FisheyeBase { return '<i class="icon-camera"></i>'; } + public static function getServiceKey() { + return 'fisheye'; + } } function addGalleryRecursive( $pGalleryId , $pPath = '/', &$pZip ){ |
