summaryrefslogtreecommitdiff
path: root/includes/pear/Text/Wiki/Parse/Default/Raw.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-14 19:48:44 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-14 19:48:44 +0100
commitd637a023b8cbe98792dee9e1c79ba830958de594 (patch)
tree9f41fe8589d45e56a7aba6e61f579b1cdfad3739 /includes/pear/Text/Wiki/Parse/Default/Raw.php
parent3672db5d25accc0ddd05b05232e7680f32384f50 (diff)
downloadutil-d637a023b8cbe98792dee9e1c79ba830958de594.tar.gz
util-d637a023b8cbe98792dee9e1c79ba830958de594.tar.bz2
util-d637a023b8cbe98792dee9e1c79ba830958de594.zip
Tidy pear library down to used components so it can be maintained in later versions of PHP
Diffstat (limited to 'includes/pear/Text/Wiki/Parse/Default/Raw.php')
-rwxr-xr-x[-rw-r--r--]includes/pear/Text/Wiki/Parse/Default/Raw.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/pear/Text/Wiki/Parse/Default/Raw.php b/includes/pear/Text/Wiki/Parse/Default/Raw.php
index c4f1b53..1923327 100644..100755
--- a/includes/pear/Text/Wiki/Parse/Default/Raw.php
+++ b/includes/pear/Text/Wiki/Parse/Default/Raw.php
@@ -12,7 +12,7 @@
*
* @license LGPL
*
-* @version $Id: Raw.php 180591 2005-02-23 17:38:29Z pmjones $
+* @version $Id$
*
*/
@@ -32,7 +32,7 @@
*
*/
-class Text_Wiki_Parse_Raw extends Text_Wiki_Parse {
+class Text_Wiki_Parse_Default_Raw extends Text_Wiki_Parse {
/**
@@ -66,8 +66,8 @@ class Text_Wiki_Parse_Raw extends Text_Wiki_Parse {
function process(&$matches)
{
- $options = array('text' => $matches[1]);
+ $options = array("text" => $matches[1]);
return $this->wiki->addToken($this->rule, $options);
}
}
-?> \ No newline at end of file
+?>