Commit 8d97995e authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixed a bad space in template class

Showing with 1 addition and 1 deletion
+1 -1
...@@ -127,7 +127,7 @@ class template ...@@ -127,7 +127,7 @@ class template
{ {
foreach ($values as $class => $class_values) { foreach ($values as $class => $class_values) {
$result = $this->tabObject->by_object[$class]->deserializeValues($class_values); $result = $this->tabObject->by_object[$class]->deserializeValues($class_values);
if ($result !== TRUE) { if ($result !== TRUE) {
return $result; return $result;
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment