aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2008-09-21 11:01:36 +0000
committerrvelices <rv-github@modusoptimus.com>2008-09-21 11:01:36 +0000
commita3a378d1de9cfc89d9135c73c5177d4c27b8143b (patch)
tree03888a7921ee3bbe794ec3ec6e621b40ca2b6179 /admin
parentc76d687579b49393cf163d421ed89198127c9485 (diff)
- fix undefined template variable F_ACTION
git-svn-id: http://piwigo.org/svn/trunk@2557 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/template/goto/permalinks.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/permalinks.tpl b/admin/template/goto/permalinks.tpl
index fd2ca5640..0f522a858 100644
--- a/admin/template/goto/permalinks.tpl
+++ b/admin/template/goto/permalinks.tpl
@@ -3,7 +3,7 @@
<h2>{'Permalinks'|@translate}</h2>
</div>
-<form method="post" action="{$F_ACTION}">
+<form method="post" action="">
<fieldset><legend>{'Add/delete a permalink'|@translate}</legend>
<label>{'Category'|@translate}:
<select name="cat_id">