]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 20 Apr 2011 12:07:10 +0000 (12:07 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 20 Apr 2011 12:07:10 +0000 (12:07 +0000)
inc/ws/Controlleur/class.ws.flash.php

index ee79600d6539b2348a2e7d8ee3b462c3f9cb9f5e..6fdbf5a91d67e9adcedd60974c298de46c67716c 100644 (file)
@@ -619,12 +619,12 @@ class wsFlash extends cubeFlashGateway {
                        $log = str_replace('&amp;', '&', $log);\r
                        $log = str_replace('&', '&amp;', $log);\r
 \r
-                       $this->xml->addChild('log', $log);\r
+                       //$this->xml->addChild('log', $log);\r
                }\r
                $book = $dao->selectById($this->args['book_id']);\r
 \r
                $absoluteURL = 'http://' . $_SERVER['HTTP_HOST'] . '/viewer/' . $book->book_id . '_' . $book->hash . '_' . TIME . '/';\r
-               $this->xml->addChild('compiledBook', '/fluidbook/compile/index.swf?base=' . $absoluteURL);\r
+               $this->xml->addChild('compiledBook', $absoluteURL . 'index.swf?base=' . $absoluteURL);\r
        }\r
 }\r
 \r