Completed
Push — master ( 47d2a2...d19a73 )
by
unknown
02:54
created
assets/snippets/DocLister/core/extender/e.extender.inc 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-if (!defined('MODX_BASE_PATH')) {
2
+if ( ! defined('MODX_BASE_PATH')) {
3 3
     die('HACK???');
4 4
 }
5 5
 include_once(MODX_BASE_PATH . 'assets/lib/APIHelpers.class.php');
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
                 $eFields = explode(",", $eFields);
25 25
             }
26 26
             $sanitarTagsFields = array();
27
-            if ($sanitarTags = $this->DocLister->getCFGDef('sanitarTags',0)) {
27
+            if ($sanitarTags = $this->DocLister->getCFGDef('sanitarTags', 0)) {
28 28
                 if (is_numeric($sanitarTags) && is_array($eFields)) {
29 29
                     $sanitarTagsFields = $eFields;        
30 30
                 } elseif (is_scalar($sanitarTags)) {
Please login to merge, or discard this patch.