Skip to content

Commit a74e2a8

Browse files
fix get_render_status check
1 parent 1b5d48d commit a74e2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dustpress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public function __construct( $parent = null, $args = null, $is_main = false ) {
202202
if ( ! ( $partial = $this->get_partial() ) )
203203
$partial = strtolower( $template );
204204

205-
if ( ! $this->get_render_status ) {
205+
if ( ! $this->get_render_status() ) {
206206
$this->render( $partial );
207207
}
208208
}

0 commit comments

Comments
 (0)