Fix upload to document folders inside sessions: Add first check on session doc, then check on course doc - refs BT#7128

1.9.x
Yannick Warnier 13 years ago
parent eb8793af36
commit 5f7fc255bb
  1. 1
      main/document/document.php

@ -486,7 +486,6 @@ if ($is_certificate_mode) {
}
// Interbreadcrumb for the current directory root path
error_log(print_r($document_data,1));
if (empty($document_data['parents'])) {
if (isset($_GET['createdir'])) {
$interbreadcrumb[] = array('url' => $document_data['document_url'], 'name' => $document_data['title']);

Loading…
Cancel
Save