Skip to content

Commit

Permalink
restoreraw
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@236494 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Michele Tomaiuolo committed May 28, 2007
1 parent bbe668f commit 63bb69c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Text/Wiki/Parse/Creole/Wikilink.php
Expand Up @@ -158,6 +158,8 @@ function Text_Wiki_Parse_Wikilink(&$obj)

function process(&$matches)
{
$matches[3] = $this->wiki->restoreRaw($matches[3]);

// Starting colon ?
$colon = !empty($matches[1]);
$auto = $interlang = $interwiki = $image = $site = '';
Expand Down

0 comments on commit 63bb69c

Please sign in to comment.