Skip to content

Commit

Permalink
Make Typo depend on Sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Dec 9, 2011
1 parent 4a9dab7 commit 3416fc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion XML/Feed/Parser/Type.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
require_once 'XML/Feed/Parser/Sanitizer.php'

/**
* Abstract class providing common methods for XML_Feed_Parser feeds.
Expand Down Expand Up @@ -108,7 +109,7 @@ function __call($call, $arguments = array())
return false;
}

public function setSanitizer(XML_Parser_Sanitizer $sanitizer) {
public function setSanitizer(XML_Feed_Parser_Sanitizer $sanitizer) {
$this->sanitizer = $sanitzer;
}

Expand Down

0 comments on commit 3416fc0

Please sign in to comment.