From c7c408fc064695a81abbf268b228c9381c45649a Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 19 Jul 2010 14:15:47 +0000 Subject: [PATCH] --- inc/ws/Controlleur/class.ws.flash.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/inc/ws/Controlleur/class.ws.flash.php b/inc/ws/Controlleur/class.ws.flash.php index 639f53270..5f40714c1 100644 --- a/inc/ws/Controlleur/class.ws.flash.php +++ b/inc/ws/Controlleur/class.ws.flash.php @@ -494,6 +494,13 @@ class wsFlash extends cubeFlashGateway { $dao = new wsDAOBook($core->con); $dao->setComposition($this->args['book_id'], json_decode($this->args['pages'])); } + + public function compile() + { + global $core; + $dao = new wsDAOBook($core->con); + fb($dao->compile($this->args['book_id'], 3)); + } } ?> \ No newline at end of file -- 2.39.5