]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 18 Jul 2014 17:01:05 +0000 (17:01 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 18 Jul 2014 17:01:05 +0000 (17:01 +0000)
inc/ws/Util/html5/app/class.ws.html5.app.compiler.php

index 518e74a68792f7776886ad429c91d90201e0b089..7e2e287b64c1d334ed536a2a6310f5eaf96ef6c0 100644 (file)
@@ -150,7 +150,7 @@ class wsHTML5AppCompiler {
                }
 
                if ($config['offline']) {
-                       $c = json_decode(file_get_contents('http://workshop.fluidbook.com/services/collection/' . $this->collectionId . '/' . $this->os));
+                       $c = json_decode(file_get_contents('http://workshop.fluidbook.com/services/collection/' . $this->collectionId . '/' . $this->os . '/150/0/' . $this->collection->settings['version']));
                        unset($c->manifest);
                        unset($c->manifestPub);
                        $config['collection'] = $c;