Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
fixed #27
Browse files Browse the repository at this point in the history
  • Loading branch information
devkont committed Jan 27, 2014
1 parent e5993c8 commit a7d569b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/projects/inc/projects.list.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"PTYPE_ROW_URL" => cot_url('projects', 'c=' . $c . '&type=' . $i),
"PTYPE_ROW_ACT" => ($type == $i) ? 'act' : ''
));
$t->parse("MAIN.SEARCH.PTYPES.PTYPES_ROWS");
$t->parse("MAIN.PTYPES.PTYPES_ROWS");
}
}

Expand Down

0 comments on commit a7d569b

Please sign in to comment.