Skip to content

Commit

Permalink
Small tweakage.
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed Nov 15, 2013
1 parent b4d9d1b commit 84b9dd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lms.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function findTools($dir, &$retval) {
);

$lmsdata = array(
"custom_assn" => "mod/map/map.php",
"custom_assn" => "mod/map/index.php",

"lis_person_name_full" => 'Jane Instructor',
"lis_person_name_family" => 'Instructor',
Expand Down
1 change: 0 additions & 1 deletion lti.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
$url = 'mod/php-intro/custom.php';
if ( isset($_POST['custom_assn'] ) ) {
$url = $_POST['custom_assn'];
if ( strpos($url, 'mod/') === false ) $url = 'mod/php-intro/'.$url.'.php'; // Compatiblity
$_SESSION['assn'] = $_POST['custom_assn'];
}

Expand Down

0 comments on commit 84b9dd9

Please sign in to comment.