Skip to content

Commit

Permalink
change default value for forcelang param in Zikula_ModUrl. fixes #320
Browse files Browse the repository at this point in the history
  • Loading branch information
craigh committed Mar 31, 2012
1 parent 11d0732 commit c02c723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Zikula/ModUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function getFragment()
return $this->fragment;
}

public function getUrl($ssl = null, $fqurl = null, $forcelongurl = false, $forcelang=true)
public function getUrl($ssl = null, $fqurl = null, $forcelongurl = false, $forcelang=false)
{
return ModUtil::url($this->application, $this->controller, $this->action, $this->args, $ssl, $this->fragment, $fqurl, $forcelongurl, $forcelang);
}
Expand Down

0 comments on commit c02c723

Please sign in to comment.