diff options
author | mrjive <mrjive@mrjive.it> | 2016-01-15 20:58:10 +0100 |
---|---|---|
committer | mrjive <mrjive@mrjive.it> | 2016-01-15 20:58:10 +0100 |
commit | 763c700372ee91f3f840c6fba915cb4d941c34a0 (patch) | |
tree | 1d7e4a7f19825b6417764e2c46d3cd109f94b075 /include/comanche.php | |
parent | 2696deb2a18ba06593657a2317176baa26821708 (diff) | |
parent | 2498df68c716ec6ed80b5547c721ca9741a85572 (diff) | |
download | volse-hubzilla-763c700372ee91f3f840c6fba915cb4d941c34a0.tar.gz volse-hubzilla-763c700372ee91f3f840c6fba915cb4d941c34a0.tar.bz2 volse-hubzilla-763c700372ee91f3f840c6fba915cb4d941c34a0.zip |
Merge pull request #17 from redmatrix/master
updating from original codebase
Diffstat (limited to 'include/comanche.php')
-rw-r--r-- | include/comanche.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/comanche.php b/include/comanche.php index ca3ad336b..ddf331321 100644 --- a/include/comanche.php +++ b/include/comanche.php @@ -275,6 +275,7 @@ function comanche_widget($name, $text) { $vars = array(); $matches = array(); + $cnt = preg_match_all("/\[var=(.*?)\](.*?)\[\/var\]/ism", $text, $matches, PREG_SET_ORDER); if ($cnt) { foreach ($matches as $mtch) { |