Completed
Branch dev (0afc36)
by
unknown
03:55
created
development/factory/_common/form/AdminPageFramework_Form.php 1 patch
Braces   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -304,13 +304,13 @@
 block discarded – undo
304 304
          * @since       3.8.11
305 305
          */
306 306
         private function ___setSubClassObjects() {
307
-            if ( class_exists( $this->aSubClasses[ 'submit_notice' ] ) ) {                
307
+            if ( class_exists( $this->aSubClasses[ 'submit_notice' ] ) ) {
308 308
                 $this->oSubmitNotice  = new $this->aSubClasses[ 'submit_notice' ];
309 309
             }
310
-            if ( class_exists( $this->aSubClasses[ 'field_error' ] ) ) {                
310
+            if ( class_exists( $this->aSubClasses[ 'field_error' ] ) ) {
311 311
                 $this->oFieldError    = new $this->aSubClasses[ 'field_error' ]( $this->aArguments[ 'caller_id' ] );
312 312
             }
313
-            if ( class_exists( $this->aSubClasses[ 'last_input' ] ) ) {                
313
+            if ( class_exists( $this->aSubClasses[ 'last_input' ] ) ) {
314 314
                 $this->oLastInputs    = new $this->aSubClasses[ 'last_input' ]( $this->aArguments[ 'caller_id' ] );
315 315
             }
316 316
         }
Please login to merge, or discard this patch.