Fix missing app assignement

This commit is contained in:
Nicolas Le Goff
2012-10-25 17:06:39 +02:00
parent b91fe68b0a
commit 9c1819fa74

View File

@@ -91,6 +91,7 @@ class record_preview extends record_adapter
{
$number = null;
$this->env = $env;
$this->app = $app;
switch ($env) {
case "RESULT":