aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/picture_modify.tpl
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2010-12-06 23:44:28 +0000
committerpatdenice <patdenice@piwigo.org>2010-12-06 23:44:28 +0000
commit53d299d2d3ae5ac0e05401e8f64361d7dcde51fe (patch)
tree3945db1f430ec346661e0a6d46a82075b58e7f9f /admin/themes/default/template/picture_modify.tpl
parent1cbbe10bfd88f12f62b9cfc15e2ccd46d5e37b27 (diff)
Wrong smarty variable.
git-svn-id: http://piwigo.org/svn/trunk@8014 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 ec0b14266..49d304059 100644
--- a/admin/themes/default/template/picture_modify.tpl
+++ b/admin/themes/default/template/picture_modify.tpl
@@ -30,7 +30,7 @@ pwg_initialization_datepicker("#date_creation_day", "#date_creation_month", "#da
{if isset($U_JUMPTO) }
<li><a href="{$U_JUMPTO}" title="{'jump to image'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_jump-to.png" class="button" alt="{'jump to image'|@translate}"></a></li>
{/if}
- {if !url_is_remote($path)}
+ {if !url_is_remote($PATH)}
<li><a href="{$U_SYNC}" title="{'synchronize'|@translate}" {$TAG_INPUT_ENABLED}><img src="{$themeconf.admin_icon_dir}/sync_metadata.png" class="button" alt="{'synchronize'|@translate}"></a></li>
{/if}
</ul>