diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-08-17 21:56:55 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-08-17 21:56:55 -0700 |
commit | abe362bdd442739580d065b0b66300522cfab316 (patch) | |
tree | 8fc02d02bc8ad41f2138d39a86add12e4f90fa30 /view/tpl | |
parent | ea331b043c306d4250365a876c9e9ee857d4bdeb (diff) | |
download | volse-hubzilla-abe362bdd442739580d065b0b66300522cfab316.tar.gz volse-hubzilla-abe362bdd442739580d065b0b66300522cfab316.tar.bz2 volse-hubzilla-abe362bdd442739580d065b0b66300522cfab316.zip |
issues encountered whilst testing import_items module using yearly dump files
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/item_import.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/item_import.tpl b/view/tpl/item_import.tpl index 416defcce..65de7fcaf 100755 --- a/view/tpl/item_import.tpl +++ b/view/tpl/item_import.tpl @@ -1,6 +1,6 @@ <h2>{{$title}}</h2> -<form action="import" method="post" enctype="multipart/form-data" id="import-channel-form"> +<form action="import_items" method="post" enctype="multipart/form-data" id="import-channel-form"> <div id="import-desc" class="descriptive-paragraph">{{$desc}}</div> |