Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Fixed utf-8 in journal url's
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchisari authored and The Appleseed Project committed Dec 4, 2010
1 parent dc75099 commit 9b04385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/journal/controllers/entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function Display ( $pView = null, $pData = array ( ) ) {
$this->_Focus = $this->Talk ( 'User', 'Focus' );
$this->_Current = $this->Talk ( 'User', 'Current' );

$Entry = $this->GetSys ( 'Request' )->Get ( 'Entry' );
$Entry = urldecode ( $this->GetSys ( 'Request' )->Get ( 'Entry' ) );

$this->View = $this->GetView ( 'entry' );

Expand Down

0 comments on commit 9b04385

Please sign in to comment.