Completed
Pull Request — develop (#1425)
by Gennady
07:04
created
future/includes/class-gv-form-gravityforms.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,8 @@
 block discarded – undo
111 111
 
112 112
 		$form = &$this;
113 113
 
114
-		if ( gravityview()->plugin->supports( Plugin::FEATURE_GFQUERY ) ) { // @todo switch to GFAPI:: once they start supporting nested and joins stuff
114
+		if ( gravityview()->plugin->supports( Plugin::FEATURE_GFQUERY ) ) {
115
+// @todo switch to GFAPI:: once they start supporting nested and joins stuff
115 116
 			$entries->add_fetch_callback( function( $filters, $sorts, $offset ) use ( $view, &$form ) {
116 117
 				$atts = $view->settings->as_atts();
117 118
 
Please login to merge, or discard this patch.