summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-11-20 19:02:12 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-11-20 19:02:12 +0000
commit96975a52e0cfa0427e877db7830a2b6662e8a012 (patch)
tree3896d213498d3c7f3f2b0bdeb8026874a0db421a /admin
parentd5a19ab65b728d3680b9fdadce18ab0a65722a1d (diff)
downloadfisheye-96975a52e0cfa0427e877db7830a2b6662e8a012.tar.gz
fisheye-96975a52e0cfa0427e877db7830a2b6662e8a012.tar.bz2
fisheye-96975a52e0cfa0427e877db7830a2b6662e8a012.zip
missing comma
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_fisheye_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin_fisheye_inc.php b/admin/admin_fisheye_inc.php
index e35ad4b..da6b273 100644
--- a/admin/admin_fisheye_inc.php
+++ b/admin/admin_fisheye_inc.php
@@ -17,7 +17,7 @@ $formGalleryGeneral = array(
'label' => 'Background Thumbnailer',
'note' => 'Thumbnails will be queued and regenerated by a background command-line script. For more information, see '.FISHEYE_PKG_PATH.'thumbaniler.php or you can <a href="'.FISHEYE_PKG_URL.'thumbnailer.php">run it manually</a>',
'type' => 'checkbox'
- )
+ ),
"fisheye_show_public_on_upload" => array(
'label' => 'Show Public Galleries on Upload',
'note' => 'Enable this if you want to have all public galleries visible when uploading files. This might cause problems on large sites with many public galleries.',