Manfre / xpattern (http://xpattern.net)

xPattern CMS

Clone this repository (size: 1.9 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/Manfre/xpattern/
commit 1341: 8c6c7d79b62c
parent 1340: d24d1ff25173
branch: default
syntax error in if_section
Michael Manfre / Manfre
6 months ago

Changed (Δ1 byte):

raw changeset »

textpattern/publish/taghandlers.php (1 lines added, 1 lines removed)

Up to file-list textpattern/publish/taghandlers.php:

2668
2668
			if($not) {
2669
2669
				$bool = (!in_list('default', $not)) && $bool;
2670
2670
			}
2671
			return parse(EvalElse($thing, $bool);
2671
			return parse(EvalElse($thing, $bool));
2672
2672
		}
2673
2673
	}
2674
2674