Skip to content

Commit

Permalink
Bah. Didn't hit shift long enough and put a ] where I should have }. #2
Browse files Browse the repository at this point in the history
  • Loading branch information
samilliken committed Apr 15, 2015
1 parent 44681ca commit db1bb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo/api/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function getTemplateByID( $templateid ) {
}
if ( $tmp->FrontPictureFile != "" ) {
$tmpl["FrontPictureFile"] = "https://repository.opendcim.org/images/approved/" . $tmp->TemplateID . "." . $tmp->FrontPictureFile;
]
}
if ( $tmp->RearPictureFile != "" ) {
$tmpl["RearPictureFile"] = "https://repository.opendcim.org/images/approved/" . $tmp->TemplateID . "." . $tmp->RearPictureFile;
}
Expand Down

0 comments on commit db1bb3f

Please sign in to comment.