Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…itIdea/trunk@50 c90d7304-6b46-9944-86d7-b11c84624b7c
  • Loading branch information
hertsch committed Apr 17, 2012
1 parent 58352d9 commit 593389b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions class.frontend.php
Expand Up @@ -1849,6 +1849,7 @@ public function projectProjectView() {
'url' => sprintf('%s%s%s', $this->page_link, (strpos($this->page_link, '?') === false) ? '?' : '&', http_build_query(array(
self::REQUEST_MAIN_ACTION => self::ACTION_PROJECTS,
self::REQUEST_PROJECT_ACTION => self::ACTION_SECTION_EDIT,
dbIdeaProjectSections::field_identifier => $section_identifier,
dbIdeaProject::field_id => $project_id
)))
);
Expand Down Expand Up @@ -2314,6 +2315,7 @@ public function projectProjectView() {
'link' => sprintf('%s%s%s', $this->page_link, (strpos($this->page_link, '?') === false) ? '?' : '&', http_build_query(array(
self::REQUEST_MAIN_ACTION => self::ACTION_PROJECTS,
self::REQUEST_PROJECT_ACTION => self::ACTION_PROJECT_VIEW,
dbIdeaProjectSections::field_identifier => $section_identifier,
dbIdeaProject::field_id => $project_id,
self::REQUEST_ARTICLE_NEW => 1
)))
Expand Down

0 comments on commit 593389b

Please sign in to comment.