Skip to content

Commit

Permalink
Fixed issue #755
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Brookbanks committed Aug 25, 2015
1 parent 7377eac commit 7b58cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/sources/documents.index.inc.php
Expand Up @@ -180,7 +180,7 @@
$GLOBALS['smarty']->assign('DISPLAY_FORM', true);
} else {
$GLOBALS['main']->addTabControl($lang['common']['overview'], 'overview');
$GLOBALS['main']->addTabControl($lang['documents']['document_create'], null, currentPage(null, array('action' => 'add')));
$GLOBALS['main']->addTabControl($lang['documents']['document_create'], null, currentPage(array('doc_id'), array('action' => 'add')));
## List all documents
if (($documents = $GLOBALS['db']->select('CubeCart_documents', false, array('doc_parent_id' => 0), array('doc_order' => 'ASC'))) !== false) {
foreach ($documents as $document) {
Expand Down

0 comments on commit 7b58cc1

Please sign in to comment.