From 485e821ceade6e65387eff38e157c43df648bc1e Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 8 Jul 2010 07:55:55 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ws/Controlleur/class.ws.url.php b/inc/ws/Controlleur/class.ws.url.php index 4497c96a4..6f82e7594 100644 --- a/inc/ws/Controlleur/class.ws.url.php +++ b/inc/ws/Controlleur/class.ws.url.php @@ -133,7 +133,7 @@ html{height:100%}' . "\n"; $flex = new cubeFlexCompiler('FluidbookDatas', ROOT . '/books/datasCompiler/test', 'flash.display.Sprite', array('C:\Users\Vincent\Documents\Works\cubeExtranet\swf\_src', 'C:\Users\Vincent\Documents\Works\as3')); $flex->addVariable('links', $book->links); $flex->addVariable('datas', $book->parametres->toStandardObject()); - $flex->addVariable('traductions', $book->traductions); + $flex->addVariable('traductions', wsLang::getTraductionWithId($book->traductions)); $flex->addVariable('chapters', $book->chapters); $flex->addVariable('extras', $book->extras); $flex->addVariable('numerotation', $book->numerotation); -- 2.39.5