PHP 4 compatibility fix
This commit is contained in:
parent
f6a18a91ef
commit
5dd32446d5
|
@ -532,7 +532,8 @@ class ComicPressStoryline {
|
||||||
function build_from_restrictions($restrictions = null) {
|
function build_from_restrictions($restrictions = null) {
|
||||||
global $post;
|
global $post;
|
||||||
|
|
||||||
$this->read_from_options()->exclude_all();
|
$this->read_from_options();
|
||||||
|
$this->exclude_all();
|
||||||
|
|
||||||
$include_all = true;
|
$include_all = true;
|
||||||
if (is_array($restrictions)) {
|
if (is_array($restrictions)) {
|
||||||
|
@ -585,4 +586,4 @@ class ComicPressStoryline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue