Skip to content

Commit

Permalink
Issue #11812: Missed adding an API param
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Apr 19, 2010
1 parent e249d23 commit de11008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/project_api.php
Expand Up @@ -416,8 +416,8 @@ function project_get_id_by_name( $p_project_name ) {
}

# Return the row describing the given project
function project_get_row( $p_project_id ) {
return project_cache_row( $p_project_id );
function project_get_row( $p_project_id, $p_trigger_errors = true ) {
return project_cache_row( $p_project_id, $p_trigger_errors );
}

# Return all rows describing all projects
Expand Down

0 comments on commit de11008

Please sign in to comment.