Skip to content

Commit

Permalink
MDL-23229 fixed tag image regression
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jul 12, 2010
1 parent 7c70229 commit 6cf93b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pluginfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
require_login();
}

$fullpath = "/$context->id/tage/description/".implode('/', $args);
$fullpath = "/$context->id/tag/description/".implode('/', $args);

if (!$file = $fs->get_file_by_hash(sha1($fullpath)) or $file->is_directory()) {
send_file_not_found();
Expand Down

0 comments on commit 6cf93b6

Please sign in to comment.