Skip to content

Commit

Permalink
Intermediate step to get bbcode working again
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.1.0@41615 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
Jeremy Shipman authored and Sam Minnee committed Feb 2, 2011
1 parent 9bce6a0 commit 4876521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parsers/BBCodeParser.php
@@ -1,10 +1,10 @@
<?php


require_once('HTML/BBCodeParser.php');
require_once('HTML/HTML_BBCodeParser.php');
/*Seting up the PEAR bbcode parser*/
$config = parse_ini_file('BBCodeParser.ini', true);
$options = &PEAR::getStaticProperty('HTML_BBCodeParser', '_options');
$options = &HTML_BBCodeParser::getStaticProperty('HTML_BBCodeParser', '_options');
$options = $config['HTML_BBCodeParser'];
//Debug::show($options);
unset($options);
Expand Down

0 comments on commit 4876521

Please sign in to comment.