Minor correction

skala
Julio Montoya 13 years ago
parent 4ab90e4333
commit bd858fe0e5
  1. 2
      main/inc/lib/svg-edit/extensions/filesave.php

@ -62,7 +62,7 @@ if(!isset($_SESSION['draw_dir']) && !isset($_SESSION['whereami'])) {
} }
$current_session_id = api_get_session_id(); $current_session_id = api_get_session_id();
$groupId=$_SESSION['_gid']; $groupId = api_get_group_id();
$relativeUrlPath=$_SESSION['draw_dir']; $relativeUrlPath=$_SESSION['draw_dir'];
$currentTool=$_SESSION['whereami']; $currentTool=$_SESSION['whereami'];
$dirBaseDocuments = api_get_path(SYS_COURSE_PATH).$_course['path'].'/document'; $dirBaseDocuments = api_get_path(SYS_COURSE_PATH).$_course['path'].'/document';

Loading…
Cancel
Save