From 4bf89588ba21da70292069cbcd29f59ce064bdb9 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 23 Nov 2010 15:31:35 +0000 Subject: [PATCH] --- inc/ws/DAO/class.ws.dao.book.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/ws/DAO/class.ws.dao.book.php b/inc/ws/DAO/class.ws.dao.book.php index 3491178ea..bd87e5dd4 100644 --- a/inc/ws/DAO/class.ws.dao.book.php +++ b/inc/ws/DAO/class.ws.dao.book.php @@ -478,6 +478,7 @@ class wsDAOBook extends extranetDAO { $flexLight = new cubeFlexCompiler('FluidbookDatasLight', ROOT . '/books/datasCompiler/' . $book_id, 'flash.display.Sprite', explode(';', AS3_SOURCES), MXMLC_PATH); $flex->addVariable('links', $book->links); $flexLight->addVariable('datas', $book->parametres->toStandardObject()); + $flexLight->addVariable('id', $book_id, false, true, 'uint'); $flex->addVariable('traductions', wsLang::getTraductionWithId($book->traductions)); $flex->addVariable('chapters', $book->chapters); $flex->addVariable('extras', '' . $book->extras . '', false, true, 'XML'); -- 2.39.5