issue with plugin loadable layouts

This commit is contained in:
redmatrix
2016-01-14 20:51:59 -08:00
parent 6ff192c4ea
commit f888548e0e
3 changed files with 20 additions and 4 deletions

View File

@@ -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) {