diff options
Diffstat (limited to 'includes/pear/Text/Wiki/Parse/Default/Phplookup.php')
| -rwxr-xr-x[-rw-r--r--] | includes/pear/Text/Wiki/Parse/Default/Phplookup.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/pear/Text/Wiki/Parse/Default/Phplookup.php b/includes/pear/Text/Wiki/Parse/Default/Phplookup.php index 7028ec1..1172679 100644..100755 --- a/includes/pear/Text/Wiki/Parse/Default/Phplookup.php +++ b/includes/pear/Text/Wiki/Parse/Default/Phplookup.php @@ -12,7 +12,7 @@ * * @license LGPL * -* @version $Id: Phplookup.php 180591 2005-02-23 17:38:29Z pmjones $ +* @version $Id$ * */ @@ -28,7 +28,7 @@ * */ -class Text_Wiki_Parse_Phplookup extends Text_Wiki_Parse { +class Text_Wiki_Parse_Default_Phplookup extends Text_Wiki_Parse { /** @@ -66,8 +66,8 @@ class Text_Wiki_Parse_Phplookup extends Text_Wiki_Parse { function process(&$matches) { return $this->wiki->addToken( - $this->rule, array('text' => $matches[1]) + $this->rule, array("text" => $matches[1]) ); } } -?>
\ No newline at end of file +?> |
