Skip to content

Commit

Permalink
require_once without parenthesis
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@190768 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
bertrand Gugger committed Jul 16, 2005
1 parent 24af32a commit dd862e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Text/Wiki/BBCode.php
Expand Up @@ -17,12 +17,12 @@
/**
* "master" class for handling the management and convenience
*/
require_once(dirname(__FILE__).'/../Wiki.php');
require_once dirname(__FILE__).'/../Wiki.php';

/**
* The baseline abstract parser class redefinition for BBCode
*/
require_once(dirname(__FILE__).'/BBCode/Parse.php');
require_once dirname(__FILE__).'/BBCode/Parse.php';

/**
* Base Text_Wiki handler class extension for BBCode
Expand Down

0 comments on commit dd862e0

Please sign in to comment.