From: vincent@cubedesigners.com Date: Thu, 8 Jul 2010 07:55:55 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=485e821ceade6e65387eff38e157c43df648bc1e;p=cubeextranet.git --- 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);