PHP 4 compatibility fix

This commit is contained in:
John Bintz 2009-11-12 19:08:30 -05:00
parent f6a18a91ef
commit 5dd32446d5
1 changed files with 3 additions and 2 deletions

View File

@ -532,7 +532,8 @@ class ComicPressStoryline {
function build_from_restrictions($restrictions = null) {
global $post;
$this->read_from_options()->exclude_all();
$this->read_from_options();
$this->exclude_all();
$include_all = true;
if (is_array($restrictions)) {
@ -585,4 +586,4 @@ class ComicPressStoryline {
}
}
?>
?>