WhitespaceClean-resources/classes

whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
This commit is contained in:
mafoo
2016-03-11 12:08:26 +00:00
parent 66ba2802bd
commit 1726744f4e
7 changed files with 9 additions and 9 deletions

View File

@@ -80,7 +80,7 @@ include "root.php";
$this->object->assign($key, $value);
}
if ($this->engine === 'twig') {
$this->var_array[$key] = $value;
$this->var_array[$key] = $value;
}
}