Skip to content

Commit

Permalink
fixed link bug
Browse files Browse the repository at this point in the history
  • Loading branch information
barraponto committed Feb 10, 2011
1 parent cb352d0 commit dc4203c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thacker_project.module
Expand Up @@ -17,7 +17,7 @@ function thacker_project_block($op = 'list', $delta = 0, $edit = array()) {
// Your module will need to define this function to render the block.
$block = array(
'subject' => '',
'content' => l(t('Create a new project'), 'node/add/dt_project'),
'content' => l(t('Create a new project'), 'node/add/dt-project'),
);
return $block;
}
Expand Down

0 comments on commit dc4203c

Please sign in to comment.