aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/picture_modify.tpl
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2011-04-06 15:17:09 +0000
committerpatdenice <patdenice@piwigo.org>2011-04-06 15:17:09 +0000
commit0ab5e51a154a94464a1270967513b95a30eaab05 (patch)
treead4530d8ec9f397fc06434fa113908d5c8a1bb8b /admin/themes/default/template/picture_modify.tpl
parent905f48941989de0fdab0a2c1b145e63f16307e31 (diff)
bug:2251
Bug corrected for fcbkcomplete git-svn-id: http://piwigo.org/svn/trunk@10110 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/picture_modify.tpl')
-rw-r--r--admin/themes/default/template/picture_modify.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/picture_modify.tpl b/admin/themes/default/template/picture_modify.tpl
index 5b47a554f..70bb90bcb 100644
--- a/admin/themes/default/template/picture_modify.tpl
+++ b/admin/themes/default/template/picture_modify.tpl
@@ -7,7 +7,7 @@
jQuery(document).ready(function() {
jQuery("#tags").fcbkcomplete({
json_url: "admin.php?fckb_tags=1",
- cache: false,
+ cache: true,
filter_case: false,
filter_hide: true,
firstselected: true,